node-red-nodes/social/feedparser
Nick O'Leary 7d011dac99 Add i18n content for moved core nodes 2015-06-16 10:36:19 +01:00
..
locales/en-US Add i18n content for moved core nodes 2015-06-16 10:36:19 +01:00
32-feedparse.html Add i18n content for moved core nodes 2015-06-16 10:36:19 +01:00
32-feedparse.js Add i18n content for moved core nodes 2015-06-16 10:36:19 +01:00
LICENSE Add feedparse to node-red-nodes, fix lint etc 2015-06-13 18:53:02 +01:00
README.md corrections to recent package changes 2015-06-16 08:36:30 +01:00
package.json corrections to recent package changes 2015-06-16 08:36:30 +01:00

README.md

node-red-node-feedparser

A Node-RED node to read RSS and Atom feeds.

Note : This is the same node as is/was in the core of Node-RED. If you already have it installed you do NOT need this node. However it will be deprecated from the core in due course, at which point you will need to install it from here if still required.

Install

Run the following command in the user directory of your Node-RED install. By default this is .node-red

    npm install node-red-node-feedparser

Usage

Provides two nodes - one to receive messages, and one to send.

###Input

Monitors an RSS/atom feed for new entries.

You can set the polling time in minutes. Defaults to 15 minutes.