Tool that fetches official covid data, parses them and generates a prepared output.
- PHP ^7.1
- composer
- wget
Go to the releases page and download the latest version.
composer install
php index.php download
php index.php generate
or
php index.php generate --download
You can also provide options for generation
php index.php generate --mode main|all|test
To include charts in the generated output
php index.php generate --with-charts
To change the rolling average
php index.php generate --avg week|fortnight
To pick a specific country for generation
php index.php generate --country Poland
or a list of countries
php index.php generate --country Poland --country US --country Germany
List available countries
php index.php list:countries
php index.php list:countries --with-provinces
Creates local config if one needs to change some settings
php index.php make:config
php index.php make:config --force