Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T14:32:23.000Z (over 4 years ago)
- Last Synced: 2024-08-02T02:10:36.210Z (4 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: 79
- 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
[![CircleCI build status](https://circleci.com/gh/JohnCoene/coronavirus.svg?style=svg)](https://circleci.com/gh/JohnCoene/coronavirus)
[![Travis build status](https://travis-ci.org/JohnCoene/coronavirus.svg?branch=master)](https://travis-ci.org/JohnCoene/coronavirus)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/coronavirus?branch=master&svg=true)](https://ci.appveyor.com/project/JohnCoene/coronavirus)
![R-CMD-check](https://github.com/JohnCoene/coronavirus/workflows/R-CMD-check/badge.svg)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
![](https://img.shields.io/badge/license-MIT-blue)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)
```![](https://coronavirus.john-coene.com/_media/banner.png)
## 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.