Get Jokes and Instruction about making cocktail by user's input using Ninja keys
- Log in/Sign up to https://api-ninjas.com/
- Get the API key in your account
- Create
.env
file - Create variables
API_LINK = 'https://api.api-ninjas.com/v1'
andAPI_KEY=${your_api_key}
- Run
npm i
to install all dependencies - Run
npm start
and enjoy!