Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamin-sommer/covid-19-uk-tracker
https://github.com/benjamin-sommer/covid-19-uk-tracker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjamin-sommer/covid-19-uk-tracker
- Owner: benjamin-sommer
- Created: 2020-04-23T12:47:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T21:17:49.000Z (over 4 years ago)
- Last Synced: 2024-06-24T07:33:04.663Z (7 months ago)
- Language: Python
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-novelcovid - UK tracker - sommer) | English (Desktop Applications)
README
# Covid-19 United Kingdom Tracker
[About the Project](#about-the-project) | [How to Install](#how-to-install)
## About The Project
[Bitbar](https://getbitbar.com/) Plugin to track Covid-19 cases in the United Kingdom from the MacOS menu bar.
**Built with:**
- [Bitbar](https://getbitbar.com/)
- [Novel COVID API](https://github.com/NovelCOVID/API)![](https://i.imgur.com/6zvKxDI.png)
![](https://i.imgur.com/6cttnCW.png)
## How to Install
**1. Installing BitBar**
There are two ways to install BitBar on your Mac:
- Use Homebrew: `brew cask install bitbar`.
- Or download .app file directly: [Get the latest version of BitBar](https://github.com/matryer/bitbar/releases). Then copy it to your Applications folder and run it - it will ask you to (create and) select a plugins folder, do so.**2. Installing Python**
- Install Python by following the [instructions here](https://www.python.org/downloads/).
- Make sure your node exec resides in `usr/local/bin/node`, else you will have to update the path in the script.**3. Installing requests with pip**
- Run `sudo -H pip install requests --upgrade` to install the latest version of the requests module
**4. Saving this script**
- Download the [script](https://github.com/benjamin-sommer/covid-19-uk-tracker/blob/master/covid-19-uk-tracker.py) on your local machine. Make sure you place this file in the same plugin folder which you created while installing Bitbar.
- Go to the plugin folder and run `chmod +x covid-19-uk-tracker.py`
- Refresh Bitbar.