Skip to content

hashtag-repo/Forkly

 
 

Repository files navigation

Forkly

Description

lamborghini mercy

Installing Dependencies

npm

npm install

bower

npm install -g bower
bower install

API Queries

Yummly

Performing GET requests to search for recipes

The base url for the Search Recipes GET is http://api.yummly.com/v1/api/recipes?_app_id=app-id&_app_key=app-key&your _search_parameters

Performing GET requests for Recipe IDs

The base url for the a Get Recipe GET is http://api.yummly.com/v1/api/recipe/recipe-id?_app_id=YOUR_ID&_app_key=YOUR_APP_KEY where recipe IDs may be obtained from the Search Recipes call. The recipe ID is the part of a Yummly recipe page URL after the last slash: http://www.yummly.com/recipe/RECIPE-ID

Team

  • Steve!
  • Eugene!
  • Dario!
  • Mycah!
  • Shoutout to the Team Forkly OG's!

Roadmap

View the project roadmap here

About

legacy project completed @ hack reactor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%