Skip to content

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. curl https://covid19tracker.xyz

License

Notifications You must be signed in to change notification settings

kevinbowen777/covid19-tracker-cli

 
 

Repository files navigation

COVID-19 Tracker CLI Developed by Waren Gonzaga

Github Release Github Star Github Fork License Powered By

Github Banner

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. Visit Wiki

Featured By

Wanna feature this project? Let me know!

How it Works

It uses an API and collect the relevant information for your reference.

Data Source: https://www.worldometers.info/coronavirus/

Features

This simple application offers you the following features...

  • Real-Time udpates.
  • Optimized application.
  • Fast response time (~< 100ms).
  • Simple layout and easy to understand.
  • By country query.
    • e.g. (/country).
  • Windows CMD support.
    • e.g. (/cmd or /cmd/country).
  • Plain or Basic version.
    • e.g. (/plain or /plain/country) or (/basic, /basic/country).
  • Random health saying on footer.

More features coming soon...

Basic Usage

Global Tracking

To track COVID-19 cases on CLI globally, all you need to do is to use CURL or WGET command.

CURL

curl https://covid19tracker.xyz

WGET

wget -i https://covid19tracker.xyz && cat index.html

Country Tracking

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.

Country Name

curl https://covid19tracker.xyz/philippines

Country ISO 3166-1 Code

curl https://covid19tracker.xyz/ph

Official Blog

Many people asking me how to properly use my tracker. Here's the blog on How to Track Coronavirus on Command Line.

Screenshots

Here's the screeshot of the tracker on CLI...

Screenshot

White Label / Personalize / Custom / Development

Working on it...

Regional Trackers

Contributing

Contributions are welcome, create a pull request to this repo and I will review your code.

Issues

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!

To Do

  • Local Version
  • Add Static Version
  • Sample Usage (gif)
  • Add HTTP Headers (currently F)
  • More Code Refactor! (I guess I know what I'm doing now... for sure)
  • More... (have suggestions? let me know!)

Community

Wanna see other projects I made? Join today!

Community

Donate or Support

If you love this project please consider to support the development by means of coffee. I spend and waste my time just to save your time! Be a sponsor or backer of this project. Just a cup of coffee!

Donate Support

Supporters and Backers

  • J. Archer

Wanna see your name here? Just buy me a coffee!

License

COVID-19 Tracker CLI is licensed under MIT - https://opensource.org/licenses/MIT

Code of Conduct

Read the Code of Conduct

Sources

Related Projects

Resources

Author

COVID-19 Tracker CLI is Developed and Maintained by Waren Gonzaga


</> with <3 by Waren Gonzaga

About

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. curl https://covid19tracker.xyz

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%