📖Basic Usage

The basic usage of COVID-19 Tracker and CLI this will help you to get started.

Global Tracking

To track COVID-19 cases on CLI globally, all you need to do is to use CURL, WGET or HTTPie command.

curl -L https://covid19-cli.wareneutron.com

For more info about HTTPie installation and usage please visit http://httpie.org

Tracking History (Chart)

curl -L https://covid19-cli.wareneutron.com/history

Track History for Cases

curl -L https://covid19-cli.wareneutron.com/history/cases

Track History for Deaths

curl -L https://covid19-cli.wareneutron.com/history/deaths

Track History for Recovered

curl -L https://covid19-cli.wareneutron.com/history/recovered

Country Tracking

To track COVID-19 cases on CLI by country, all you need to do is to append the URL with the country name or country ISO 3166-1 code.

Country Name

curl -L https://covid19-cli.wareneutron.com/philippines

ISO 3166-1 Code

curl -L https://covid19-cli.wareneutron.com/ph

Tracking History (Chart)

curl -L https://covid19-cli.wareneutron.com/history/ph

Track History for Cases

curl -L https://covid19-cli.wareneutron.com/history/ph/cases

Track History for Deaths

curl -L https://covid19-cli.wareneutron.com/history/ph/deaths

Track History for Recovered

curl -L https://covid19-cli.wareneutron.com/history/ph/recovered

Tracking History (Dashboard)

curl -L https://covid19-cli.wareneutron.com/history/charts/ph

Replace the ph country code with your country code. See ISO 3166-1 for more details.

Last updated