node-red-nodes/social/pushbullet
Dave C-J 6768c1b42b Update Pushbullet Node to allow use of Channels 2014-11-10 16:42:49 +00:00
..
icons Move nodes over from main repo 2013-10-30 20:38:41 +00:00
57-pushbullet.html Update Pushbullet Node to allow use of Channels 2014-11-10 16:42:49 +00:00
57-pushbullet.js Update Pushbullet Node to allow use of Channels 2014-11-10 16:42:49 +00: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 Update Pushbullet Node to allow use of Channels 2014-11-10 16:42:49 +00: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.