Skip to content

🦠 Track the Coronavirus disease (COVID-19) cases in India in the command line. Nationwide, for one state with districtwide detail, and the daily tests conducted data too.

License

Notifications You must be signed in to change notification settings

aforarup/covin-cli

Repository files navigation

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

About

🦠 Track the Coronavirus disease (COVID-19) cases in India in the command line. Nationwide, for one state with districtwide detail, and the daily tests conducted data too.

Resources

License

Stars

Watchers

Forks

Packages

No packages published