"covid-summary" is a simple cli app to show live updates of covid-19. You can check live updates for whole worlds or specify by country.
- Live covid-19 updates of total death, active cases, confirm & recovered count for whole world.
- Specific Countries covid-19 latest live updates for total death, active cases, confirm & recovered count
$ npm i -g covid-summary
Usage: cli [options] [command]
Options:
-V, --version output the version number
-c, --country <name> Show specific country covid-19 summary
-h, --help display help for command
Commands:
live Show live covid-19 worlds summary
To show live updates
covid-summary live
To show specific country updated
covid-summary -c bangladesh
To get latest updates, I have used covid19api