Skip to content

In this project, I have used Zomato-API (https://developers.zomato.com/) to get the details of restaurants present in a particular location. You'll be asked a location to fetch the details like average cost for two people, price ranges, has online delivery or not, and cuisines of that location.

Notifications You must be signed in to change notification settings

prakash-simhandri/Zomato-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zomato-API

In this project, I have used Zomato-API (https://developers.zomato.com/) to get the details of restaurants present in a particular location.You'll be asked a location. than after that fetch the details like a Food Average Cost, Price, Full Address, has online delivery or not, of that Location.

The Requirements

If you're using Linux-based OS, the following this commands for installation on your terminal.

sudo apt-get update
sudo apt install nodejs
sudo apt install npm

Now, you need to install necessary dependencies using npm (node-package-manager), open your termial, and first type npm init to initialize package.json file. Then, type..

npm install body-parser ejs express iplocation path public-ip zomato --save

How to Run ?

Now, navigate to zomato.js file on your terminal, and run the following command to start your localhost server.

node zomato.js.

About

In this project, I have used Zomato-API (https://developers.zomato.com/) to get the details of restaurants present in a particular location. You'll be asked a location to fetch the details like average cost for two people, price ranges, has online delivery or not, and cuisines of that location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published