https://github.com/JohnCoene/coronavirus
🦠Novel Coronavirus (COVID-19) Tracker
https://github.com/JohnCoene/coronavirus
2019-ncov coronavirus covid-19 ncov ncov-2019 r rstats
Last synced: 3 days ago
JSON representation
🦠Novel Coronavirus (COVID-19) Tracker
- Host: GitHub
- URL: https://github.com/JohnCoene/coronavirus
- Owner: JohnCoene
- License: other
- Archived: true
- Created: 2020-02-02T18:34:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T14:32:23.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T04:36:40.509Z (6 months ago)
- Topics: 2019-ncov, coronavirus, covid-19, ncov, ncov-2019, r, rstats
- Language: R
- Homepage: https://coronavirus.john-coene.com/
- Size: 6.64 MB
- Stars: 321
- Watchers: 15
- Forks: 78
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - coronavirus - 🦠Novel Coronavirus (COVID-19) Tracker (R)
- jimsghstars - JohnCoene/coronavirus - 🦠Novel Coronavirus (COVID-19) Tracker (R)
README
[](https://circleci.com/gh/JohnCoene/coronavirus)
[](https://travis-ci.org/JohnCoene/coronavirus)
[](https://ci.appveyor.com/project/JohnCoene/coronavirus)

[](https://www.tidyverse.org/lifecycle/#stable)
Dashboard to track the spread of the coronavirus, based on three data sources, built with [shinyMobile](https://rinterface.github.io/shinyMobile/) and [echarts4r](https://echarts4r.john-coene.com/).
[Tracker](https://shiny.john-coene.com/coronavirus) | [Docs](https://coronavirus.john-coene.com) | [API](https://coronavirus.john-coene.com/#/api) | [Changelog](NEWS.md)
## Test
You can test the app before preparing any kind of deployment (e.g.: set up a database), visit the [docs](https://coronavirus.john-coene.com) if you want to deploy it.
```r
library(coronavirus)virus <- crawl_coronavirus()
run_app(virus)
```
## Get it
You can view the [dashboard](https://shiny.john-coene.com/coronavirus) online or download the package to run it locally or deploy it.
``` r
# install.packages("remotes")
remotes::install_github("JohnCoene/coronavirus")
```## Contribute
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.