Skip to content

Latest commit

 

History

History

delicious

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)