/moving-planner

Project From Udacity Intro To Ajax Course

Primary LanguageJavaScript

moving-planner

Project From Udacity Intro To Ajax Course
The project consists of:

  • Getting Values From Form using jQuery
  • Load Google Street View Image to background
  • Load article headers from New York Times
  • Load Wikipedia article headers using JSONP request

Requirements

  • Git
  • Web Browser
  • Text Edittor ( Not Rich Text Edittor like OS X EditText )
  • Google Street View Image API Key
  • New York Times API Key

How to download

Open up your terminal or command prompt and enter the following command to download

How to get and use Google Street View Image API Key

  1. Go to this link and follow instructions to get API Key
  2. Open script.js ( located in js folder ) with your favorite Text Edittor
  3. At line 18, replace "Your Key Here" with your api key wrapped in double quote

Now, you're good to go with Google Street View Image API Key.

How to get and use New York Times API Key

  1. Go to this link and follow instructions to get API Key
  2. Open script.js ( located in js folder ) with your favorite Text Edittor
  3. At line 25, replace "Your Key Here" with your api key wrapped in double quote

Now, you're good to go with New York Times API Key.

How To run the application

Open index.html with your favorite browser