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

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

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)