0.1.0 • Published 10 years ago
node-red-node-delicious v0.1.0
node-red-node-delicious
A Node-RED node to save bookmarks to Delicious.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-node-delicious
Usage
Saves bookmarks to Delicious.
The incoming message can provide the following properties:
- payload - the url to save (required)
- title - the title for the bookmark (required)
- description - the description for the bookmark (optional)