Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.07 KB

Project: Neighborhood Map

screenshot

A single page application featuring a map of my neighborhood

Table of Contents

Install

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.

Usage

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.

License

MIT © Weera Wu.