Skip to content

alejnr/food-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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