Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladikoff/node-pushbullet-cli
node-pushbullet-cli
https://github.com/vladikoff/node-pushbullet-cli
Last synced: 2 months ago
JSON representation
node-pushbullet-cli
- Host: GitHub
- URL: https://github.com/vladikoff/node-pushbullet-cli
- Owner: vladikoff
- License: mit
- Created: 2015-01-15T00:51:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T20:41:46.000Z (over 8 years ago)
- Last Synced: 2024-10-19T00:29:36.963Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-pushbullet-cli
## Setup
Configure the API key, go to https://www.pushbullet.com/account, copy the Access Token.
Create a file in the HOME directory: `~/.pushbulletkey` with your key OR use `PUSHBULLET_KEY` env variable.Install the CLI: `npm install -g pushbullet-cli`. Might need `sudo` for OS X.
## Usage
```
pushbullet "Hey there"
``````
npm run build && pushbullet "Build Complete"
```