Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://yahoo.github.io/covid-19-dashboard
Source code for the Yahoo Knowledge Graph COVID-19 Dashboard
https://yahoo.github.io/covid-19-dashboard
coronavirus covid covid-19 covid-19-dashboard
Last synced: 3 months ago
JSON representation
Source code for the Yahoo Knowledge Graph COVID-19 Dashboard
- Host: GitHub
- URL: https://yahoo.github.io/covid-19-dashboard
- Owner: yahoo
- License: other
- Archived: true
- Created: 2020-04-22T20:04:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T19:48:50.000Z (over 3 years ago)
- Last Synced: 2024-04-18T16:02:08.124Z (7 months ago)
- Topics: coronavirus, covid, covid-19, covid-19-dashboard
- Language: JavaScript
- Homepage:
- Size: 1.94 MB
- Stars: 38
- Watchers: 18
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-coronavirus - Yahoo Knowledge Graph COVID-19 Dashboard - 19 dashboard using 100% government and public health authority sources. | (Interactive Applications)
README
# Yahoo Knowledge Graph COVID-19 Dashboard [![Pipeline Status][status-image]][status-url]
![Dashboard Preview](./public/assets/images/social.png)
## Background
This repository contains source code for the [Yahoo Knowledge Graph COVID-19 Dashboard](https://yahoo.github.io/covid-19-dashboard). The visualization is powered by [Elide](https://github.com/yahoo/elide) and themed with [Denali Design](https://github.com/denali-design).
Related project links:
- [Public API](https://github.com/yahoo/covid-19-api/) powered by [Elide](https://elide.io/)
- [Hourly dataset updates](https://github.com/yahoo/covid-19-data/) from public sources
- Open datasets ([commercial use upon request](https://docs.google.com/forms/d/e/1FAIpQLSdINfXR6S0ZmOGSvdvg4WUKzhqvDxltLoa4q4btQ4gkJokTPw/viewform))## Install locally
1. Clone the repo `git clone https://github.com/yahoo/covid-19-dashboard.git`
2. Install dependencies `npm i`
3. Configure the environment
> Note that by default, the app will run with mock data (via [mirage](https://miragejs.com/)) enabled.
>
> To use real data in local development you must supply the url of a `COVID_API` [host](https://github.com/yahoo/covid-19-api/#install-locally)
> The following environment variables are available
> | ENV | default | run local |
> |-------------------------|----------------------------------------------------|-----------------------|
> | COVID_API | https://covid19.knowledge.yahoo.com | http://localhost:8080 |
> | TILE_SERVER | https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png | |
> | TILE_SERVER_ATTRIBUTION | osmAttribution | |4. Start the server `ember s` or `npm run start`
> So to run the api and dashboard locally you might run `COVID_API=http://localhost:8080 npm run start`
## Maintainers
- [Jon Kilroy](https://www.linkedin.com/in/jon-kilroy-52545b4/) - Developer
- [Aaron Klish](https://www.linkedin.com/in/aaron-klish-005927/) - Developer
- [Balaji Manoharan](https://www.linkedin.com/in/balaji-manoharan-08006018/) - Developer
- [Kevin Hinterlong](https://www.linkedin.com/in/kevinhinterlong/) - Developer
- [Chas Turansky](https://www.linkedin.com/in/chasturansky) - DesignerPlease contact [email protected] with any questions.
## License
This project is licensed under the terms of the Apache 2.0 open source license. Please refer to the [LICENSE](LICENSE) for the full terms.
[status-image]: https://cd.screwdriver.cd/pipelines/4627/badge
[status-url]: https://cd.screwdriver.cd/pipelines/4627