jamestw13 / Taco-Loca-tor

0 stars 2 forks source link

Search / results functionality #7

Closed jamestw13 closed 2 years ago

jamestw13 commented 2 years ago

Build JavaScript so input goes through Yelp API and returns taco restaurants in JSON

Pull restaurant information from JSON and put them in the results element (cards or list) Make sure location info gets saved so MapQuest can plot a map

Yelp API: https://www.yelp.com/developers/documentation/v3/business_search There might be a better endpoint to pull from.

vic-smith commented 2 years ago

Pulling from Documenu.

jamestw13 commented 2 years ago

Documenu is working well, though it has very limited API calls. Added functionality and test data so we don't need to burn API calls Check flag variables: useDocumenuTestData and useMapQuestTestData