This project is originally forked from corona-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 globally (recommended).
npm install -g covin-cli
# Or run directly with npx (installs CLI on every run).
npx covin-cli
# Display data for all states.
covin
# 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
# Display daily progress in graphical form
covin graph
# Limit graph to show last N days' progress
covin graph -l 20
# Display data for the tests being conducted.
covin tests
# Print a limited number of entries to the output.
covin --limit 10
covin -l 10
# Display the help data.
covin help
covin --help
- MIT © Arup Saha