Awesome
<br> <br> <br> <div align="center"> <img src="https://i.imgur.com/2vnaNkL.png" width="200px" /> </div> <br> <br> <div align="center">Coronavirus CLI
Track COVID-19 (2019 novel Coronavirus) statistics via the command line. <br> <br> <br>
</div>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
<img src="https://i.imgur.com/74VtGlX.gif" width="600px" />
<br>
Or run directly with npx (installs CLI on every run).
$ npx cli-corona
<img src="https://i.imgur.com/6LRH6hs.gif" width="600px" />
Usage
Run with the CLI interface
$ corona
<img src="https://i.imgur.com/MVokK9r.gif" width="600px" />
<br>
Or run directly with the country flag
$ corona -c [country name]
<img src="https://i.imgur.com/7gIWtw7.gif" width="600px" />