A project by Christopher Stieg for the *JavaScript Design Patterns course, which is part of the Full Stack Nanodegree from Udacity.com. It is a webpage that displays a number of markers for locations in a neighborhood using the Google Maps API, and retrieves info about the locations from Wikipedia as well as displaying the street view from Google. Utilizes the Model-View-ViewModel design of Knockout.js.
-
Get an API key for Google Maps.
- Substitute the API key into index.html as follows: `<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" type="text/javascript"></script>``
-
Substitute a unique user agent string and email address in the WIKIPEDIA_USER_AGENT_INFO variable at the top of nhoodmap.js.
- For more information, see Wikipedia's API page.
-
Can also edit the default list of locations at the top of nhoodmap.js.
-
Open index.html in a web browser.
This project is licensed under the MIT license.