Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heremaps/here-covid-19-tracker
Using HERE Technologies APIs, fork and build your own COVID-19 Tracker. For a live version, see the website.
https://github.com/heremaps/here-covid-19-tracker
coronavirus coronavirus-tracking covid-map covid-scraper gatsby gatsby-site gatsbyjs javascript netlify
Last synced: 29 days ago
JSON representation
Using HERE Technologies APIs, fork and build your own COVID-19 Tracker. For a live version, see the website.
- Host: GitHub
- URL: https://github.com/heremaps/here-covid-19-tracker
- Owner: heremaps
- License: mit
- Created: 2020-03-05T09:38:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T09:25:01.000Z (over 4 years ago)
- Last Synced: 2024-09-29T13:54:34.679Z (about 1 month ago)
- Topics: coronavirus, coronavirus-tracking, covid-map, covid-scraper, gatsby, gatsby-site, gatsbyjs, javascript, netlify
- Language: JavaScript
- Homepage: https://developer.here.com/coronavirus/
- Size: 3.1 MB
- Stars: 212
- Watchers: 17
- Forks: 116
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HERE-COVID-2019
*Update: March 17, 2020 - The production version of this map has been updated and refined to listing countries only. We will publish the updated GitHub repo as soon as possible.*
This repository is the code used to power the [HERE-hosted COVID-19](https://developer.here.com/coronavirus/) map. HERE is releasing this code to the community so that any developer may iterate, improve or even recommend features/functionality through Pull Requests.
Please note that with the ever-evolving situation of the COVID-19 virus, parts of this map may break from time to time and we will do our best to keep up with the changes.
Please fork at will and let us know what you come up with. You can reach out to us on our Slack channel #covid-19-map. We hope that you find this reference useful.
This repository is organized into two separate sections. There is the "covid-map" which is a [Gatsby-based](https://www.gatsbyjs.org) visualization of the data that is collected with the "covid-scraper" utility. The "covid-scraper" is a serverless function that is hosted over at [Netlify](https://www.netlify.com). This function then updates a "HERE Data Hub" space (think of it like a database for Geo-spatial data). When the map loads, it reads from the HERE Data Hub space and presents the latest snapshot of information.
Requirements to get started.
- An account with [Netlify](https://www.netlify.com) to host the serverless function
- An account with [HERE Developer Portal](https://developer.here.com/?cid=Freemium-DeveloperPortalTutorial-PJ-0-Javascript-DevPortal-&utm_source=DeveloperPortalTutorial&utm_medium=referral&utm_campaign=Webinar_IOT_2020_Golden-Age-Location-Enabled-AI-Jan-16)
- 2 HERE Data Hub Spaces to host the dataHow to get in touch
- [Join our Slack Channel](http://t.her.is/slack) #covid-19-map
- [Follow us on Twitter](https://twitter.com/heredev)
- [Join our Twitch Streams](https://www.twitch.tv/heredev)
- [Subscribe on YouTube](https://www.youtube.com/user/heremaps/playlists?view=50&sort=dd&shelf_id=10)# License
Copyright (C) 2020 HERE Europe B.V.
Unless otherwise noted in `LICENSE` files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository.