korur / coronavirus

🦠 Coronavirus Tracker

Home Page:https://coronavirus.john-coene.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI build status Travis build status AppVeyor build status Lifecycle: maturing

Dashboard to track the spread of the coronavirus, based on three data sources, built with shinyMobile and echarts4r.

Tracker | Docs | Blog | Changelog

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")

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)

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.

About

🦠 Coronavirus Tracker

https://coronavirus.john-coene.com/

License:Other


Languages

Language:R 98.6%Language:CSS 1.4%