Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 651 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 651 Bytes

Food Recipes Website

Food Recipes built with the Node.js/Express and Spoonacular API

This is a project to practise my knowledge about using API's

screenshot

Endpoint

  • 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

Usage

Create a .env file in then root and add the following

API_KEY = your api key
PORT = 3000

Install Dependencies

npm install

Run

node app.js

Go to localhost:3000