https://github.com/tdlm/space-launch-bitbar-plugin
Space Launch BitBar Plugin
https://github.com/tdlm/space-launch-bitbar-plugin
bitbar bitbar-plugin javascript macosx nodejs spacex spacex-api spacex-launches
Last synced: 3 months ago
JSON representation
Space Launch BitBar Plugin
- Host: GitHub
- URL: https://github.com/tdlm/space-launch-bitbar-plugin
- Owner: tdlm
- License: mit
- Created: 2018-03-05T20:47:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T17:33:20.000Z (over 6 years ago)
- Last Synced: 2025-02-08T06:29:44.958Z (4 months ago)
- Topics: bitbar, bitbar-plugin, javascript, macosx, nodejs, spacex, spacex-api, spacex-launches
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# space-launch-bitbar-plugin
Space Launch plugin for [BitBar](https://github.com/matryer/bitbar)
Polls https://launchlibrary.net/1.4/launch for upcoming space launches and displays them as a top menu bar dropdown.
## Download Plugin
```bash
git clone [email protected]:tdlm/space-launch-bitbar-plugin.git
cd space-launch-bitbar-plugin
```## Install Plugin
First, we must install the dependencies.
```bash
npm install
```Next, we install our symlink.
```bash
# is the BitBar plugins directory path.
ln -sf spacebar.30s.js /spacebar.30s.js
```## Uninstall Plugin
```bash
# is the BitBar plugins directory path.
rm /spacebar.30s.js
```## License
[MIT](LICENSE)