A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Data provided by Johns Hopkins CSSE and the National Public Health Organization.
- The website is updated daily at 03:00 UTC, using GitHub actions.
- Data is pulled daily from the relevant data sources and/or updated manually.
- The
src/main.py
script combines the data in the CSV files and generates the daily CSV report. - Flask then outputs the data and to the template and produces the website.
- Google Charts is used for graph generation.