Front-end Web Developer Nanodegree project
$ git clone https://github.com/Ilyes-Hammadi/neighborhood-map.git
$ cd neighborhood-map
$ npm install
Get your foursquare api key here, after you get your API keys, put them in the js/keys.js
file.
const CLIENT_ID = "CLIENT_ID"
const CLIENT_SECRET = "CLIENT_SECRET"
Set your Google Maps API key in the js/keys.js
file, you can get an API key here
const GOOGLE_MAPS_API = 'GOOGLE_MAPS_API';
The server will run on localhost:8000
$ python -m SimpleHTTPServer