A single page application featuring a map of my neighborhood
Clone this repository:
$ git clone https://github.com/wulab/nd004-neighborhood-map.git
You need to have Google Maps API Key set in index.html file. See Get API
Key
for instructions.
Also, you need Foursquare Client ID and Client Secret set in
js/app.js file. See Getting
Started for
instructions.
Change directory to nd004-neighborhood-map and start a web server:
$ cd nd004-neighborhood-map
$ python -m SimpleHTTPServer 8000 # Python 2
$ python -m http.server 8000 # Python 3
Using a browser, go to http://localhost:8000 and you'll see example slides.
