COVID-19 informer

This small program downloads town COVID-19 information made available on the CT Data Portal, and parses it to display information of interest.

  • https://data.ct.gov/stories/s/COVID-19-data/wa3g-tfvc/

Author

Jose Vicente Nunez (kodegeek.com@protonmail.com)

Installation

To compile this project you will need: * Gradle 7.1+ * Kotlin plugin 1.6.10+ * Junit for unit testing 4.13+

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

Compilation

gradle clean test jar distTar

Installation

/bin/tar --directory $HOME --extract --verbose --file build/distributions/Covid19Informer-*.tar