A small widget that shows the ongoing COVID-19 pandemic stats in your MacOS computer menu bar
👉 Download the app latest version here
- Allow to choose between global and region specific stats
- Shows daily change in chosen statistic
- Displays notifications when followed statistic updates
- Has few configuration options like update interval
- Includes english and polish localisations
The data is fetched from corona-stats.online REST API (source 2).
Use those commands in your terminal to open multiple copies of the widget:
cd ~/Applications # or wherever is the app
open -n -a "Covid-19 Status"
Feel free to send pull requests and to create issues.
To run this project in Xcode you must first install Carthage dependiences
brew install carthage
carthage bootstrap