pushbullet-cli
v1.0.1
Published
PushBullet CLI to push stuff to the cloud
Downloads
7
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.
Usage
pushbullet "Hey there"
npm run build && pushbullet "Build Complete"