https://github.com/bertrandom/bitbar-covid19-us
BitBar plugin to show Coronavirus COVID-19 cases in the U.S. in your menubar
https://github.com/bertrandom/bitbar-covid19-us
Last synced: 9 months ago
JSON representation
BitBar plugin to show Coronavirus COVID-19 cases in the U.S. in your menubar
- Host: GitHub
- URL: https://github.com/bertrandom/bitbar-covid19-us
- Owner: bertrandom
- Created: 2020-03-10T20:48:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T22:35:47.000Z (over 6 years ago)
- Last Synced: 2025-03-23T15:46:32.513Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitbar-covid19-us
BitBar plugin to show Coronavirus COVID-19 cases in the U.S. in your menubar, refreshes once an hour
## Screenshot

## Installation
Install [BitBar](https://github.com/matryer/bitbar)
Install [xsv](https://github.com/BurntSushi/xsv)
```
brew install xsv
```
Clone the [COVID-19 Case data](https://github.com/CSSEGISandData/COVID-19) somewhere, e.g.
```
cd ~/code
git clone git@github.com:CSSEGISandData/COVID-19.git
```
Copy `covid19.1h.sh` to your BitBar plugins directory
Change the `COVID_DATA_DIR` at the top of `covid19.1h.sh` to point to the COVID-19 data directory, e.g.
`COVID_DATA_DIR="/Users/bert/code/COVID-19/"`