https://github.com/finnkauski/corona-uk
Very simple bash script to assess the current state of the pandemic.
https://github.com/finnkauski/corona-uk
bash cli command corona kingdom line script uk united
Last synced: about 1 month ago
JSON representation
Very simple bash script to assess the current state of the pandemic.
- Host: GitHub
- URL: https://github.com/finnkauski/corona-uk
- Owner: finnkauski
- Created: 2020-03-21T19:56:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T16:11:47.000Z (about 6 years ago)
- Last Synced: 2026-03-11T13:32:55.082Z (3 months ago)
- Topics: bash, cli, command, corona, kingdom, line, script, uk, united
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corona case and death tracker
Very simple script to track the number of cases and deaths in the UK. I have decided to cut down how much news I read at this difficult time so this is a way for me to still keep in the loop a little bit.
Outputs: `🤒 5,018 (1,035 new) 💀 233 (56 new)`
It just nicely wraps the live updates from [here](https://corona-stats.online/UK?source=2). Thank you to Luke Smith (YouTuber) for the idea as I wanted to learn a bit more bash.
## Usage
The script will run out of the box just by running `bash ./corona.sh` or by turning it into an executable.
Use `corona help` for more information on usage.
## Stay safe everyone.