Neighborhood-Map
This is a single page application featuring a map of your neighborhood or a neighborhood you would like to visit. Knockoutjs is usded to automatically bind the data to the view layer(HTML page). Google Maps Api and FourSquare Api are used as third party library and data source. The webpage will change layout due to mobile device or small width window.
1. Clone this repo:
$ git clone https://github.com/joeyzhang1989/Neighborhood-Map.git
`
2. Serve the application:
$ python -m SimpleHTTPServer
$ python3 -m http.server.
You can use the Python SimpleHTTPServer to serve this webpage game on your local machine.
3. Open the application:
$ open "http://localhost:8000"
// Model part for the marker
var venueMarkers = function(item) {
};
// VM part for the map render
var mapViewModel = function() {
}
attributed to the author Paulo Avila)
var styles = [{
"featureType": "administrative",
"elementType": "all",
"stylers": [{
"saturation": "-100"
}]
},
This project is a public domain work, dedicated using
MIT. Feel free to do
whatever you want with it.