This project provides data about the number of confirmed COVID-19 cases in select states.
Lots has changed since this project first went live. I'm no longer scraping Department of Health websites, because most of them look way different than they originally did and are using more advanced methods of conveying information (like visualizations that can't be easily scraped).
Do this, then relax (if you can!!!!!):
composer install guillermoandrae/coronavirus-reporter
You can run this locally:
php ./bin/covid-19.php
You can also view the API available at https://covid-19.bklyn.dev/.
Run the following command to make sure your code is appropriately styled:
composer check-style
Run the following command to check style, run tests, and generate a Clover report:
composer test
Run the following command to check style, run tests, and generate an HTML report (access the report at http://localhost:8080):
composer test-html