Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 473 Bytes

File metadata and controls

9 lines (8 loc) · 473 Bytes

Specifications for the CLI Assessment

Specs:

  • Have a CLI for interfacing with the application
    • this is self-evidend upon running the application in bash.
  • Pull data from an external source
    • the jokes are all from the comedy central website - jokes.cc.com
  • Implement both list and detail views
    • The first option just pulls a joke from the website. The second option lists all the categories that are available, with a deeper level of joke titles.