Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quantumsheep/covid19-realtime-cli
- Owner: quantumsheep
- Created: 2020-03-27T00:25:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T00:48:48.000Z (over 4 years ago)
- Last Synced: 2024-05-01T15:12:59.821Z (6 months ago)
- Topics: cli, corona, coronavirus, coronavirus-info, coronavirus-tracking, covid19, curl, realtime
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```