Skip to content

ilyeshammadi/neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map

Front-end Web Developer Nanodegree project

Run the project

Get the code localy

$ git clone https://github.com/Ilyes-Hammadi/neighborhood-map.git
$ cd neighborhood-map
$ npm install

Setup keys

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';

Run the devlopement server

The server will run on localhost:8000

$ python -m SimpleHTTPServer

License

MIT