Neighborhood-Map/React
Overview: Single page app uses Google Maps API and Foursquare API to list most noble places in London. Nanonderee project for Udacity Start the App:
- Make sure that you have Node.js installed on your local and then clone this repository
Navigate to the file directory and type the command:
`npm install`
. Then:
`npm start`
. The browser will automatically open the Neighborhood Map App.
If it doesn't, pleaseuse this link (http://localhost:3000/)
To start the App in Production Mode: npm run build
,then:
`python -m SimpleHTTPServer 8000`
,
Then the App should run on port 8000.
The service worker is implemented only in the production build
feel free to use your own credentials for Foursquare , mine were limited so I couldn't work through fetch by id for a long time due severe data limis, hence no futher customizations