/neighborhood-map

Map that uses the Google Maps API and Wikipedia API (Project 3: Udacity Full Stack Nanodegree)

Primary LanguageJavaScriptMIT LicenseMIT

Neighborhood Map

A project that displays a map with markers and data from a 3rd-party API. Part of the Udacity Full Stack Web Developer Nanodegree.

Getting Started

  • Clone this repository to your local machine, and change directories into it
    • $ git clone https://github.com/bean00/neighborhood-map.git
    • $ cd neighborhood-map
  • Open the index.html file in a browser
    • Ex: Enter /Users/path-to-project/neighborhood-map/index.html into Chrome

Third-party API Used

  • Used Wikipedia's MediaWiki API
    • Specifically, the GeoData extension here

Other Resources Used