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

Package detail

covid-statistics

anishpras12MIT1.0.4TypeScript support: included

Coronavirus statistics in the command line from around the world.

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

readme






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 covid-statistics

# Using Yarn
$ yarn global add covid-statistics

Or run directly with npx (installs CLI on every run).

$ npx covid-statistics

Usage

Run with the CLI interface

$ covid

Or run directly with the country flag

$ covid -c [country name]

Technologies