josevnz / Covid19Informer

Retrieves and displays public COVID-19 data from the CT government (organized by town)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Author

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

Installation

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

Compilation

gradle clean test jar distTar

Installation

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

Don't miss the tutorial that comes with the code

Scannin your code for third party vulnerabilities

About

Retrieves and displays public COVID-19 data from the CT government (organized by town)

License:Apache License 2.0


Languages

Language:HTML 81.3%Language:Java 18.1%Language:Kotlin 0.6%