0.1.0 • Published 9 years ago

node-red-node-delicious v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

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)