Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 415 Bytes

nearbyRestaurants

fetches the nearby restaurant

Installing

After cloning the repository use the following command to install the dependencies. Use Node.js version 6 or up.

> npm install

Use http-server npm plugin to view the website

> npm install -g http-server
> http-server

Once the web server has started, navigate to http://localhost:8080/ to view the application