This is a terminal app we created using node.js and the BreweryDB API, as part of assignment for Austin Coding Academy. This app will allow you to type any zipcode into the terminal, when prompted, and it will fetch breweries available in the API based on the zipcode.
- Once you clone the repo, you will need to type
npm installin your terminal to download all dependencies - This project utilizes a .env to encrypt our API KEY - if you want to use the app, sign up for a free sandbox API at https://www.brewerydb.com/developers
- This is a terminal app so once all dependencies are downloaded use
node brewapp.jsin your terminal to begin using the app