Git Product home page Git Product logo

iyengar73 / covid19-tracker-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ossphilippines/covid19-tracker-cli

0.0 1.0 0.0 463 KB

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 -L covid19.trackercli.com

Home Page: https://trackercli.com

License: MIT License

JavaScript 100.00%

covid19-tracker-cli's Introduction

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

Domain Names

# stable build
covid19.trackercli.com
covid19.warengonzaga.com
covid19cli.now.sh

# dev 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

Sponsored By

Github Banner

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).
  • By country with History Chart
    • e.g. (/history/<country>/ or append with <cases or deaths>)
  • 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.
  • Local command line version.
    • e.g. (covid <country>)

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 -L covid19.trackercli.com

WGET

wget -i https://covid19.trackercli.com && cat index.html

HTTPie

# visit httpie.org
http http://covid19.trackercli.com

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

# example usage
curl -L covid19.trackercli.com/philippines

Country ISO 3166-1 Code

# /ph or /phl is ISO 3166 code of the Philippines
curl -L covid19.trackercli.com/ph

Country with History Chart

# 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

Advance Usage

Check Update Automagically

# 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/<country>"

Create a Shortcut Command

# set a desired alias for the command (replace endcov with your desired alias)
# this will give you a global update
# alias <your alias>="curl https://covid19.trackercli.com"

alias endcov="curl https://covid19.trackercli.com"

# if you want to track a specific country
# alias <your alias>< coutry alias>="curl https://covid19.trackercli.com/< name, ISO2, ISO3 here>"

alias endcovPH="curl https://covid19.trackercli.com/philippines"

Local Command Line Tracker

# 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 <country/iso 3166 code>
covid ph

# if you want to see the result in plain view without ansi encoding
covid ph --plain

# run help for more info
covid help

Official Blog

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.

Screenshots

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

Screenshot

White Label / Personalize / Custom / Development

White Label / Personalize / Custom Build

We are still working on this part...

Development

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 start

# curl 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

Regional Trackers

Contributing

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 dev branch. Thank you!

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

  • 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

Get the latest updates about the development!

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

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

Other Projects

  • 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.

Resources

Author

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


</> with <3 by Waren Gonzaga

covid19-tracker-cli's People

Contributors

warengonzaga avatar ianvizarra avatar mmixx avatar aesycos avatar alaasaadabdo avatar tanuck avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.