Coronavirus CLI [](https://www.npmjs.com/package/cli-corona) [](https://standardjs.com)
June 30, 2021 ยท View on GitHub
Coronavirus CLI

Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Features
- Daily reporting of worldwide Coronavirus statistics.
- Daily reporting of the countries Coronavirus statistics.
Data
- Country
- Cases
- Deaths
- Recovered
- Active
- Critical
- Per Million
- ...
Installation
Install globally (recommended).
# Using npm
$ npm install -g cli-corona
# Using Yarn
$ yarn global add cli-corona
Or run directly with npx (installs CLI on every run).
$ npx cli-corona
Usage
Run with the CLI interface
$ corona
Or run directly with the country flag
$ corona -c [country name]