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
List All Countries
node index.js list --all
Get Country Stats
node index.js list -c us
Get Country Timeline
node index.js list -t us
Top comments (0)