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
- Host: GitHub
- URL: https://github.com/lambdapioneer/vactrend
- Owner: lambdapioneer
- Created: 2021-02-15T21:40:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T08:04:14.000Z (almost 5 years ago)
- Last Synced: 2025-09-13T11:46:12.246Z (10 months ago)
- Topics: covid, covid19, ourworldindata, python, website
- Language: Python
- Homepage: https://lambdapioneer.github.io/vactrend/
- Size: 19.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VacTrend

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:
