Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.32 KB

File metadata and controls

25 lines (15 loc) · 1.32 KB

Synopsis

Outbreak Map is a Google Maps mashup with Google Spreadsheet and XML feed of CDC Travel Notices. It marks outbreaks happening worldwide, and with the help of geolocation, finds out the nearest outbreak to you.

Built Using

  1. Bootstrap : For a better UI.
  2. Gmaps.js : For easiness in using Google Maps.
  3. Share-button : For an easy to implement share button.
  4. Google Spreadsheet : For scraping data from the XML feed via Google script and as a data source to dynamically update the map.
  5. Tabletop.js: For retrieving data from Google Spreadsheet.

Installation

Download the repository, extract it as it is (i.e in the same hierarchy).

License

This work is licensed under a Creative Commons Attribution 3.0 Unported License.

Changelog

v2.0 - 9/30/2014 : Made it Dynamic. XML feed of CDC Travel Notices is parsed by Google Script. The parsed data is stored in Google Spreadsheet. This data is grabbed via Tabletop.js each time the site loads, and mapped onto Google Maps via Gmaps.js.

v1.0 - 9/28/2014 : Initial release.