An open API service indexing awesome lists of open source software.

https://github.com/lambdapioneer/vactrend

Experimenting with GitHub actions to update a site with vaccination trends
https://github.com/lambdapioneer/vactrend

covid covid19 ourworldindata python website

Last synced: 9 months ago
JSON representation

Experimenting with GitHub actions to update a site with vaccination trends

Awesome Lists containing this project

README

          

# VacTrend

![build-site](https://github.com/lambdapioneer/vactrend/workflows/build-site/badge.svg)

This is a personal project for experimenting with GitHub Actions. As a side-effect, it creates a regularly updating website that shows historic data of COVID vaccinations in the UK and Germany along with some trend extrapolation.

Website: https://lambdapioneer.github.io/vactrend/

To run locally:

```
$ python -mvenv env
$ source env/bin/activate
(env)$ python -mpip install -r requirements.txt
(env)$ python main.py
(env)$ firefox public/index.html
```

Screenshot: