This small program downloads town COVID-19 information made available on the CT Data Portal, and parses it to display information of interest.
Jose Vicente Nunez (kodegeek.com@protonmail.com)
To compile this project you will need:
This project has a copy of the gradle wrapper included. To install:
git clone git@github.com:josevnz/Covid19Informer.git
cd Covid19Informer
./gradlew wrapper --gradle-version=7.3.3 --distribution-type=bin
gradle clean test jar distTar
/bin/tar --directory $HOME --extract --verbose --file build/distributions/Covid19Informer-*.tar