Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 578 Bytes

notes.md

File metadata and controls

16 lines (13 loc) · 578 Bytes
  1. Build CLI
  2. Welcome user, prompt them to input their city or exit
  3. if city -return breweries in city -prompt to select from breweries in the city by number, or exit (move to 4), or "back" (return to 2) -return brewery and info based on selection -have user input exit (move to 4), or back (return to 2)
  4. if exit a. say goodbye and exit program

Classes: CLI - controller that communicates w/ user Breweries - This is where the brewery objects are created and stored for display API - bring in external information from the OpenBreweryDB API and insantiate my objects