Food Recipes built with the Node.js/Express and Spoonacular API
This is a project to practise my knowledge about using API's
- Get a Random Food Joke
- Get Random Recipes
- Search Recipes
- Get Recipe Information
- Get Similar Recipes
- Get Recipe Ingredients by ID
- Get Recipe Equipment by ID
- Analyze Recipe Instructions
Create a .env file in then root and add the following
API_KEY = your api key
PORT = 3000
npm install
node app.js
Go to localhost:3000