Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.
/ covid-19 Public archive

A dashboard for tracking COVID-19 cases, developed with Bokeh and GitHub Actions

License

Notifications You must be signed in to change notification settings

epassaro/covid-19

Repository files navigation

COVID-19 - Daily Update

publish

⚠️ The site is no longer updated since 6/5/2022.

Automatic plots and site deploy

  1. Fork the repo and clone it.
  2. Go to 'Actions' and activate.
  3. Go to 'Settings' and choose to deploy GitHub pages in gh-pages branch.
  4. New plots can be generated simply by adding new entries in plots.yml. You don't need to run the anything in your computer!.
  5. Push your changes.
  6. Wait until the action publish is ready and go to https://<your-username>.github.io/covid-19.

Tip: comment [skip ci] in the commit message to avoid building the site unnecesarily.

Development

Requires a valid Anaconda or Miniconda installation.

$ conda env create -f environment.yml
$ conda activate covid-19
$ jupyter notebook daily_update.ipynb

License

Code released under the GNU GPLv3 License.