A Node-RED node to save bookmarks to Delicious.
Run the following command in the root directory of your Node-RED install
npm install node-red-node-delicious
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)