A Node-RED node to save bookmarks to Pinboard.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm i node-red-node-pinboard
Saves bookmarks to Pinboard.in.
The incoming message can provide the following properties:
msg.payload
- the url to save (required)msg.title
- the title for the bookmark (required)msg.description
- the description for the bookmark (optional)