Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cli-corona

soroushchehresa13MIT1.4.2TypeScript support: included

Coronavirus statistics in the command line.

coronavirus, coronavirus-cli, cli-corona, corona-cli, covid-19, covid, corona

readme






Coronavirus CLI NPM npm JavaScript Style Guide

Track the COVID-19 (2019 novel Coronavirus) statistics in 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
  • etc

Installation

Install globally (recommended). `bash

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).
```bash
$ npx cli-corona

Usage

Run with the CLI interface

$ corona

Or run directly with the country flag

$ corona -c [country name]

Technologies