/Neighborhood-map

Udacity Neighborhood map

Primary LanguageJavaScript

Neighbourhood-Map

Instructions on how to use my Neighborhood Map Page.

Fork the repository

Open Folder Neighbourhood-Map.

Then load the index.html into you chrome browser.

You will able to see the map and markers on it.

you can filter search on search bar.

These are things I did for the Neighborhood Map Project.

  1. Took the Intro to AJAX class
  2. Took the JavaScript Design Patterns
  3. Read the Udacity forums.
  4. some of the websites I went to for help and reading are listed below. https://google.com https://www.udacity.com/catalog-api http://api.jquery.com/jquery.ajax/ http://api.jquery.com/jquery.getjson/ http://api.jquery.com/val/ https://developers.google.com/maps/documentation/streetview/ http://api.jquery.com/error/ https://foursquare.com/ https://developer.foursquare.com/ https://developer.forecast.io/ http://learn.knockoutjs.com/ http://knockoutjs.com/downloads/index.html

API used

Google API

FourSquare

How It Works

Google api to load map and markers.

Foursquare api to fetch data.

Use knockout js to bind data.

Define model and viewmodel.

Open app.js to open to see java script.