https://github.com/wstoettinger/udacity-fend-p5-neighborhood-map
https://github.com/wstoettinger/udacity-fend-p5-neighborhood-map
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wstoettinger/udacity-fend-p5-neighborhood-map
- Owner: wstoettinger
- Created: 2015-07-29T13:24:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T13:14:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T07:27:54.741Z (4 months ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Neighborhood Map Project
===========================This code was downloaded from https://github.com/wstoettinger/frontend-nanodegree-meighborhood-map
(c) 2015 Wolfgang Stöttinger
## install
download the source and open the index.html (the index.php is just a wrapper so heroku detects which build pack to use).
This app is also hosted at http://safe-ocean-5919.herokuapp.com/
## howto:
this app shows a map of saved locations (recommendations), if you click on a marker to show details. The saved locations can be searched and filtered. google search results will be merged with saved recommenations. The user can save (recommend) locations which will be stored in the browser cookies.
**NOTE:** chrome dosn't save cookies if the website is opened from the file system. use another browser or the hosted version!
## Build Process
the build process is implemented using browserify and gulp