A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
COVID-19 Tracker CLI is an open-source NodeJS application for command line interface to track COVID-19 cases around the world. An optimized NodeJS application and a simple tracker with real-time updates from reliable data source. It Supports terminal for linux and macos, command prompt for windows, and termux for android. Visit Wiki
# stable build covid19.trackercli.com covid19cli.now.shdev build
dev.covid19.trackercli.com covid19clidev.now.sh
uh-oh we reserve domains bro, now report us again! Try harder!
Do you want a custom and private URL for your personal use? Join here: https://warengonza.ga/TtYvZ34
Wanna feature this project? Let me know!
It uses an API and collect the relevant information for your reference.
Data Source: https://www.worldometers.info/coronavirus
This simple application offers you the following features...
/country).
/history//or append with )
/cmdor
/cmd/country).
/plainor
/plain/country) or (
/basic,
/basic/country).
covid)
More features coming soon...
To track COVID-19 cases on CLI globally, all you need to do is to use CURL or WGET command.
curl -L covid19.trackercli.com
wget -qO- https://covid19.trackercli.com
# visit httpie.org http http://covid19.trackercli.com
To track COVID-19 cases on CLI by country, all you need to do is to append the URL with the country name or country ISO 3166-1 code.
# example usage curl -L covid19.trackercli.com/philippines
# /ph or /phl is ISO 3166 code of the Philippines curl -L covid19.trackercli.com/ph
# shows global result with history chart curl -L covid19.trackercli.com/history
# shows by default a global history chart curl -L covid19.trackercli.com/history/all
# shows result with history chart curl -L covid19.trackercli.com/history/ph
# shows by default a history chart curl -L covid19.trackercli.com/history/ph/cases
# shows result with history chart curl -L covid19.trackercli.com/history/ph/deaths
# shows result with history chart curl -L covid19.trackercli.com/history/charts/ph
# check update every 10 seconds (where -n 10 is the interval) watch -n 10 "curl -L covid19.trackercli.com"for more advance setup (where -s is to suppress curl's progress bar)
watch -c -n 600 "curl -s -L covid19.trackercli.com/"
# set a desired alias for the command (replace endcov with your desired alias) # this will give you a global update # alias ="curl https://covid19.trackercli.com"alias endcov="curl https://covid19.trackercli.com"
if you want to track a specific country
alias < coutry alias>="curl https://covid19.trackercli.com/< name, ISO2, ISO3 here>"
alias endcovPH="curl https://covid19.trackercli.com/philippines"
# clone the repo git clone https://github.com/warengonzaga/covid19-tracker-cli.git
# copy paste the command cd covid19-tracker-cli && npm install && npm link
# run the local command line tracker. ex. covid covid phif you want to see the result in plain view without ansi encoding
covid ph --plain
run help for more info
covid help
# Create build file $ vim covid19-tracker-cli.containerfile FROM docker.io/library/alpine RUN apk update RUN apk add git RUN apk add npm RUN git clone https://github.com/warengonzaga/covid19-tracker-cli.git RUN cd covid19-tracker-cli && npm install && npm linkBuild container
$ podman build -t covid19-tracker-cli --file=covid19-tracker-cli.containerfile
Run container
$ podman run -it --rm=true localhost/covid19-tracker-cli covid PH
Many people asking me how to properly use my tracker. Here's the blog on How to Track Coronavirus on Command Line. If you have comments or suggestions please leave it on the comment section of the blog.
Here's the screeshot of the tracker on CLI...
We are still working on this part...
Wanna improve the project? Follow our guidelines!
# clone the repo git clone https://github.com/warengonzaga/covid19-tracker-cli.git
# go to the project folder cd covid19-tracker-cli
# run npm npm install
# start the program by default it runs on port 7070 npm run startcurl to your local this is equivalent to https://covid19.trackercli.com
curl localhost:7070
if you want to curl https://covid19.trackercli.com/ph then append /ph to the local host
curl localhost:7070/ph
# run this if you want to develop the program without restarting the server manually,everytime you save the file it will restart the server automagically
npm run dev
Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the
devbranch. Thank you!
If you're facing a problem in using COVID-19 Tracker CLI please let me know by creating an issue in this github repository. I'm happy to help you! Don't forget to provide some screenshot or error logs of it!
Get the latest updates about the development!
Wanna see other projects I made? Join today!
If you love this project please consider to support the development and help me to support the API provider of this command line tracker by means of coffee. Be a sponsor or backer of this project. Just a cup of coffee!
Some cups of my coffees goes to the foundation via #OneAgainstCovid19 by PayMaya
Wanna see your name here? Just buy us a coffee!
COVID-19 Tracker CLI is licensed under GNU General Public License v3 - https://opensource.org/licenses/GPL-3.0
API from NovelCOVID API which based on WorldMeter
Data from CSSE at Johns Hopkins University
WiFi Passview is an open-source batch script-based program that can recover your WiFi Password easily in seconds.
WRN Cleaner is an all in one batch script based native PC maintenance and cleaner for Windows.
COVID-19 Tracker CLI is Developed and Maintained by Waren Gonzaga, Ian Vizarra, and Ken Gibas Abella
:computer: with :heart: by Waren Gonzaga with YHWH | Tracker CLI Developers