node-red-nodes/social/pushbullet
Dave C-J a2553d69b8 add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00
..
icons Move nodes over from main repo 2013-10-30 20:38:41 +00:00
57-pushbullet.html Pushbullet changes to make it more obvious what it is now doing... 2014-04-24 10:04:29 +01:00
57-pushbullet.js Update node-red-nodes social nodes to use strict and pass jshint scan 2014-06-28 23:34:59 +01:00
LICENSE add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00
README.md add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00
package.json add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00

README.md

node-red-node-pushbullet

A Node-RED node to send alerts via Pushbullet.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-pushbullet

Usage

Uses PushBullet to push the msg.payload to a device that has the PushBullet app installed.

Optionally uses msg.topic to set the title, if not already set in the properties.

You need to configure both your API key and the target device ID. The device ID may be passed in as msg.deviceid. You can set these per node in the edit dialog.