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

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.

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.