You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
Context
The purpose of connecting our API to Zomato is to retrieve information from it's API, namely, places to eat
Tasks
Create a GET endpoint to trigger the call to Zomato, you can call it /places
From Zomato, request a list of available places to eat around a specific location (can be a hardcoded location for now, it can be an address or whatever is easier for the time being)
If possible, either define a radius or sort it by closest first
Request name, address, distance and rating for each place
The text was updated successfully, but these errors were encountered:
Context
The purpose of connecting our API to Zomato is to retrieve information from it's API, namely, places to eat
Tasks
/places
The text was updated successfully, but these errors were encountered: