ucsb-cs56-webapps / ucsb-cs56-scrapstosnacks

gives recipe suggestions based on ingredient input
MIT License
4 stars 5 forks source link

Retrieve and display recipes from API (400 pts) #15

Closed wilsonmui closed 6 years ago

wilsonmui commented 6 years ago

When searching for a recipe, there will be a choice to search using a RESTAPI instead of the database. An API will be used to retrieve the recipes. The user will be sent to the display page where the corresponding recipes from the API will be displayed.

400 pts

wilsonmui commented 6 years ago

DONE