0.1.0 โ€ข Published 4 years ago

covin-cli-india v0.1.0

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

Track the Coronavirus disease (COVID-19) or the Novel Coronavirus Strain for India.

covid-cli

  • ๐Ÿ‡ฎ๐Ÿ‡ณ Get exhauustive Coronavirus disease (COVID-19) reporting for India
  • ๐Ÿคฏ Active daily reporting of your state's COVID-19 statistics
  • ๐Ÿš€ Get district wise cases
  • ๐Ÿ—ƒ๏ธ Data: State, Cases, Deaths, Recovered, Active
  • ๐Ÿงช Daily testing samples data

Install

# Install globally (recommended).
npm install -g covid-cli

# Or run directly with npx (installs CLI on every run).
npx covid-cli

Usage

All States

# Display data for all countries.
covid


### Single State

```bash
# Display data for given state with districts.
corona <countryName>

# Display data for given state i.e. Karnataka.
corona karnataka

# Display data for given union territory i.e. Ladakh.
corona Ladakh

Tests data

# Display data for the tests being conducted.
corona tests

Limit the output

# Print a limited number of entries to the output.
corona --limit 10
corona -l 10

CLI Help

# Display the help data.
corona help
corona --help

License & Conduct