lambdapioneer / vactrend

Experimenting with GitHub actions to update a site with vaccination trends

Home Page:https://lambdapioneer.github.io/vactrend/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VacTrend

build-site

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:

About

Experimenting with GitHub actions to update a site with vaccination trends

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


Languages

Language:Python 67.1%Language:HTML 32.9%