Skip to content

A single page application featuring a map of my neighborhood

License

Notifications You must be signed in to change notification settings

wulab/nd004-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A single page application featuring a map of my neighborhood

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published