JohnCoene / coronavirus

🦠 Novel Coronavirus (COVID-19) Tracker
https://coronavirus.john-coene.com/
Other
320 stars 78 forks source link
2019-ncov coronavirus covid-19 ncov ncov-2019 r rstats
[![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 if you want to deploy it.

library(coronavirus)

virus <- crawl_coronavirus()
run_app(virus)

Get it

You can view the dashboard online or download the package to run it locally or deploy it.

# install.packages("remotes")
remotes::install_github("JohnCoene/coronavirus")

Contribute

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.