{"library":"node-red-node-feedparser","title":"Node-RED Feedparser Node","description":"This package provides a Node-RED node, `node-red-node-feedparser`, designed to monitor and parse RSS and Atom feeds. It is currently at version 1.0.5 and is part of the official Node-RED nodes collection, suggesting an active maintenance schedule tied to Node-RED's own releases. The node differentiates itself by integrating directly into Node-RED flows, allowing users to easily consume and process feed data within a visual programming environment without writing custom parsing logic. It handles the polling of feeds at configurable intervals and outputs structured data for each article, including title, description, link, and a complete article object. A key change in version 1.0 involved a rewrite to remove the deprecated `request` library and switch to a new parsing engine, resulting in changes to the output data structure.","language":"javascript","status":"active","last_verified":"Sun Apr 19","install":{"commands":["npm install node-red-node-feedparser"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install node-red-node-feedparser\n\n# After installation, restart Node-RED and open the editor (e.g., http://localhost:1880).\n# Drag the 'feedparser' node from the palette onto your flow.\n# Configure it by setting a 'Feed URL' and an 'Interval' (e.g., 15 minutes).\n# Connect the node's output to a 'debug' node (configured to display 'complete msg object')\n# to observe the parsed feed articles in the debug sidebar.","lang":"javascript","description":"Installs the Node-RED feedparser node and outlines the steps to add, configure, and debug its output within the Node-RED flow editor to start parsing RSS/Atom feeds.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}