For this Now You Code, you will need the Zomato api https://developers.zomato.com/api which provides API access to local area restaurants information. Sign up for an API key!
Let's write a program to do the following
You will need to use the following Zomato API's
NOTE: Do not worry about error handling or functions. We will attempt that next week.
In your algorithm, frame your steps based on how the API must be used to complete the task.
In [20]:
import requests
zomato_key = 'InsertYourKeyHere'