1.0.4 • Published 2 years ago

covid-statistics v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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