Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quantumsheep/covid19-realtime-cli

Real-time coronavirus (COVID-19, SARS-CoV-2) cases updates
https://github.com/quantumsheep/covid19-realtime-cli

cli corona coronavirus coronavirus-info coronavirus-tracking covid19 curl realtime

Last synced: 7 days ago
JSON representation

Real-time coronavirus (COVID-19, SARS-CoV-2) cases updates

Awesome Lists containing this project

README

        

# COVID-19 Real-time cases tracker
This script displays *real-time* cases using [Coronavirus Tracker CLI](https://github.com/sagarkarira/coronavirus-tracker-cli) API.

```bash
curl -L https://git.io/Jv95U | bash
```

The update interval is 30 by default. You can specify it at the end of the above command with `-s`. Example for a 5 seconds interval update:
```bash
curl -L https://git.io/Jv95U | bash -s 5
```