Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemahoney218/covid-app
Minimalist visualization of coronavirus case and death rates
https://github.com/mikemahoney218/covid-app
covid-19 r rshiny rstats shiny
Last synced: 10 days ago
JSON representation
Minimalist visualization of coronavirus case and death rates
- Host: GitHub
- URL: https://github.com/mikemahoney218/covid-app
- Owner: mikemahoney218
- Created: 2020-04-17T22:32:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T21:50:36.000Z (over 4 years ago)
- Last Synced: 2024-11-08T12:48:32.384Z (2 months ago)
- Topics: covid-19, r, rshiny, rstats, shiny
- Language: R
- Homepage: https://mm218.shinyapps.io/corona_data_explore/
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Shiny App
A minimal visualization of COVID-19 cases and deaths for the United States, with ability to filter to county and by included dates and to flip between linear and logarithmic y axes.
## Data Source
Data is sourced from [John Hopkins CSSE](https://github.com/CSSEGISandData/COVID-19), which appears to be the most authoritative public data for the United States. Data is pulled when you load the app in your browser, so should be as up-to-date as the repo allows.