2.0.3 โ€ข Published 4 years ago

covin-cli v2.0.3

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

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

This project is originally forked from corona-cli

covin-cli

  • ๐Ÿ‡ฎ๐Ÿ‡ณ Get exhaustive Coronavirus disease (COVID-19) tracking for India
  • ๐Ÿ“ˆ Get data in graphical form. Keep a track on the flattening the curve
  • ๐Ÿคฏ Active daily reporting of your state's COVID-19 statistics
  • ๐Ÿš€ Get district wise cases
  • ๐Ÿ—ƒ๏ธ Data: State, Cases, Deaths, Recovered, Active
  • ๐Ÿงช Daily testing coverage data

Install

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

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

Usage

All States

# Display data for all states.
covin

Single State

# Display data for given state with districts.
covin <stateName>

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

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

Graph

# Display daily progress in graphical form
covin graph

# Limit graph to show last N days' progress
covin graph -l 20

Samples tested till now

# Display data for the tests being conducted.
covin tests

Limit the output

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

CLI Help

# Display the help data.
covin help
covin --help

License & Conduct