⚠️ The site is no longer updated since 6/5/2022.
Updates at 01:00 UTC (22:00 Argentina Standard Time).- Data downloaded from John Hopkins University repository.
- Data from Argentina provided by Sistemas Mapache. (Last updated: 9/11/2021).
- Fork the repo and clone it.
- Go to 'Actions' and activate.
- Go to 'Settings' and choose to deploy GitHub pages in
gh-pages
branch. - New plots can be generated simply by adding new entries in
plots.yml
. You don't need to run the anything in your computer!. - Push your changes.
- Wait until the action
publish
is ready and go tohttps://<your-username>.github.io/covid-19
.
Tip: comment [skip ci]
in the commit message to avoid building the site unnecesarily.
Requires a valid Anaconda or Miniconda installation.
$ conda env create -f environment.yml
$ conda activate covid-19
$ jupyter notebook daily_update.ipynb
Code released under the GNU GPLv3 License.