mlhalbert / Random-Meal-Finder-UofM

0 stars 1 forks source link

Integrate APIS #6

Closed westgards closed 1 year ago

westgards commented 1 year ago

Description

We are using 3 APIs in our project. We will need to add and test each one

1. menuDB

Documentation https://www.themealdb.com/api.php Return random recipe www.themealdb.com/api/json/v1/1/random.php Returns search recipe www.themealdb.com/api/json/v1/1/search.php?s=

  1. Free dictionary

Documentation https://dictionaryapi.dev/ Search word https://api.dictionaryapi.dev/api/v2/entries/en/cheeseburger

  1. PokeAPI Information on pokemon https://pokeapi.co/ Images of Pokemon https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/3.png
westgards commented 1 year ago

As soon as we have some of the HTML framework we can start on the API integration. First step is to create the variable we will need for the callbacks and local storage

westgards commented 1 year ago

Each API has been broken down into smaller tasks

19 #20 #21