The Udacity Full Stack Developer Nanodegree - Project 5 Neighborhood Map Application utilizing the following ideas/technologies:
- MVVM Design Pattern
- Knockout JS
- Google Maps API
- Foursquare API
- Jquery
Simply clone this repository and run index.html. This project does not function properly without an internet connection.
You may add additional locations by appending the following object to the locationData array.
{
title: '[locationName]',
lat: [latitudeCoordinates],
lng: [longitudeCoordinates]
},
The lat and lng will define the pin postion on the Map as well as assist in searching for the address with the Foursquare API
- You can preview the application here
- Version 0.2