Flask API able to retrieve the following Restaurant data:
- “Popular Restaurants”: highest popularity value first (descending order)
- “New Restaurants”: Newest launch_date first (descending). This list has also a special rule: launch_date must be no older than 4 months.
- “Nearby Restaurants”: Closest to the given location first (ascending).
- Enter a "lat"(latitude) and "lon"(longitude) parameter at the "/discovery" endpoint.
- Make a GET Request.
- JSON Response is returned displaying relevant information.
Find the live version of the API here: wolt-restaurant-api