0.1.6 • Published 3 years ago

node-red-contrib-rss v0.1.6

Weekly downloads
72
License
Apache-2.0
Repository
-
Last release
3 years ago

node-red-contrib-rss

A Node-RED node to convert items to a RSS feed

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm i node-red-contrib-rss

Usage

Uses the rss npm module to construct the RSS feed. You can use any options accepted by the rss module.

Expects the incoming msg.payload to be an array of objects.

The rules for Feed Options and Item Options determine where the node grabs data from to fill in the options passed to the rss module.

0.1.6

3 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago