Skip to content

alaxvong/udacity-p5-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map

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

How to run locally

Simply clone this repository and run index.html. This project does not function properly without an internet connection.

Add a location

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

Preview Application

Version

  • Version 0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published