{"library":"node-red-contrib-rss","title":"node-red-contrib-rss","description":"A Node-RED node that converts incoming message payloads (arrays of objects) into an RSS or Atom feed. Version 0.1.6 wraps the popular 'rss' npm package and maps feed- and item-level options from msg properties or node configuration. Useful for creating dynamic feeds within Node-RED flows. Limited release history. Simpler than full-featured feed generators but tightly integrated with Node-RED's message-based paradigm.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install node-red-contrib-rss"],"cli":null},"imports":["Install via npm in Node-RED user directory; no explicit import required."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// No code example needed; the node is configured via Node-RED UI.\n// 1. Install: cd ~/.node-red && npm i node-red-contrib-rss\n// 2. Reload Node-RED.\n// 3. Add an 'rss' node from the palette.\n// 4. Connect an input node that outputs msg.payload (array of objects).\n// 5. Configure feed options and item mappings in the node's settings.\n// 6. Deploy. The node outputs a string RSS feed.","lang":"javascript","description":"Install the node and configure it in Node-RED to convert incoming arrays into RSS feed XML.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}