Created by: 2017 Designory interns
- Clone to a local directory.
- Navigate to local directory in terminal/command line and run
npm install. - Get an API key from the Zomato Developers Page.
- Create a a file at the root directory named
config.js. - In
config.js, insertmodule.exports.key = 'YOUR_KEY_HERE';.
- Run server with
node server.js. - Server will be hosted at
http://localhost:6060.