(https://tutchings.github.io/exploringParksDuringCovidLiveSearch/)
an application for locating National Parks and current statistics on the coronavirus in that area
This application provides a search for National Parks based on proximity to a city, state, zip code, or address. A map is rendered that provides markers for each park. Data is provided above the map in bright colors warning users of the current trend in Covid-19 transmission based on the percentage increase over the past 7 days in positive cases, hospitalizations, and deaths. This information is provided by the COVID Tracking Project (https://covidtracking.com/about). This application is for information purposes only. In order for the application to be fully fucntional, the user needs to generate their own Google Maps API key and replace the 'key' variable it in the key.js file in the js folder.
Project is created with:
- HTML5, CSS3, Javascript
- JQuery, MaterializeCSS
The following APIs are being used in this application.
- Google Cloud Platform: Google Maps API & Geocoding API (https://developers.google.com/maps/documentation)
- The Covid Tracking Project API (https://covidtracking.com/about)
- The National Park Service API (https://www.nps.gov/subjects/developer/index.htm)
- Bing News Search API (https://rapidapi.com/microsoft-azure-org-microsoft-cognitive-services/api/bing-news-search1/details)
- MapQuest API (http://www.mapquestapi.com/)
- Alex Nordin (https://github.com/apnordin)
- Benjamin Smith (https://github.com/Bsmi3275)
- Thomas Tutchings (https://github.com/tutchings)
- Reed Taylor (https://github.com/reedtlr)