Breed Fetcher
Users can provide any breed name, causing our application to fetch the information from the API and print out a short description of that breed.
- npm
- needle
- chai ver "^4.3.7"
- mocha ver "^10.4.0"
- Clone the repository json_the_cat to your local machine. See github cloning a repository steps for reference.
- Install dependencies via npm
npm init -y
npm install needle
- On the command line, navigate to the root directory of your son_the_cat.
cd /path/to/where/you/save/json_the_cat
- Run the command request Example:
node index.js Chartreux
