Quantcast
Channel: Ali GOREN
Viewing all articles
Browse latest Browse all 43

I've open-sourced a simple terminal based COVID-19 Tracker

$
0
0

Hi everyone!. Healthy days to everyone!

I've made a simple terminal-based COVID-19 tracker using NodeJS.

You can get it here: https://github.com/aligoren/cli-covid19

Contributions

This project took 10 minutes. So codes may not easily understandable. You might want to refactor them. Pull requests are welcome.

Usage

These are the commands you can use;

General Help

cli-covid19 will get global stats by default

Commands:
  index.js        cli-covid19 will get global stats by default         [default]
  index.js codes  Show all country codes
  index.js list   List all countries or by country code

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

List Help

List all countries or by country code

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --all      list all countries                                         [string]
  -c         get country stats
  -t         get country timeline

Codes Help

Show all country codes

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Example Usage

List Global Stats

node index.js

Global Stats

List All Countries

node index.js list --all

List All Countries

Get Country Stats

node index.js list -c us

Country Stats

Get Country Timeline

node index.js list -t us

Country Timeline


Viewing all articles
Browse latest Browse all 43

Trending Articles