Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
```