CoronaTracker CoronaTracker is an open-source Spring boot application for command-line interface use to track COVID-19 cases given by many license data sources in the whole world. It supports terminals for Linux, macOS, and cmd for windows.
Install curl to run all these endpoints (if your existing terminal does not recognize curl)
curl -X GET https://coronatrackerconsole.herokuapp.com/worldometers/all
curl -X GET https://coronatrackerconsole.herokuapp.com/worldometers/continent/asia
curl -X GET https://coronatrackerconsole.herokuapp.com/worldometers/country/philippines
curl -X GET https://coronatrackerconsole.herokuapp.com/worldometers/state/texas
Install Apache Maven CLI and Java version 11 before doing the local installation.
-
Fork and clone git repository.
-
Call directory file.
-
Install dependency to your classpath run this command
mvn clean install
. -
Create jar file to run program in java 11 run this command
mvn clean package
this will create target folder. -
In root project folder, find
/target/corona-tracker-console-application-0.0.1-SNAPSHOT.jar
. -
Run using
java -jar .
commandjava -jar ./target/corona-tracker-console-application-0.0.1-SNAPSHOT.jar
.
CoronaTracker was mentioned in Awesome-NovelCOVID check it here.
If you're facing problems, please let me know by creating an issue. Attach some screenshots or errors to make it easy to track bugs. Thank you, and wear a face mask!
CoronaTracker is licensed under GNU General Public License v3.