/FSWD_neighborhood-map

Web application that collect data from open weather map api to show national parks markers in a google maps canvas.

Primary LanguageJavaScriptMIT LicenseMIT

Project: Neighborhood Map

Neighborhood Map is a project that show markers associated with locations in list view. The markers represents U.S. parks and when it's clicked show up weather and google street view information.

Data from file locations.json are hard-coded and were extracted from NPS.

This project also includes Knockout JS to bind list view with its model, third party Weather API to display weather data and Google MDL for presentation.

Quick Start

  • Download and install Node JS;
  • Clone the repo: https://github.com/AlanPrado/neighborhood-map/;
  • Generate your Google Maps API key;
  • Replace GOOGLE_MAPS_API_KEY for your Google Maps API key at index.html file;
  • Generate your Weather API key
  • Replace the string value "WEATHER_API_KEY" for your Weather API key at /js/maps.js file;
  • Run: npm run serve

Copyright and license

Code and documentation copyright 2017-2017 Code released under the MIT License

Authors

Original Author and Development Lead