node-red-contrib-get-feeds 1.0.0

A Node-RED node to get all feeds from an HTML string

npm install node-red-contrib-get-feeds

Build status Coverage Status NPM version XO code style

A Node-RED node to get all feeds from an HTML string

A node that extracts any <link rel="alternate" ...> that points to a RSS, Atom or ActivityStream feed from the input payload.

Installation

Install node-red-contrib-get-feeds using npm:

npm install --save node-red-contrib-get-feeds

Usage

To use the node, launch Node-RED (see running Node-RED for help getting started).

The input payload should be the HTML to get feeds from.

Any found feeds will be attached as the array feeds on the output message. If the option One feed/msg is checked there will be one message sent per feed, and the output message will contain a feed property instead of feeds.

If the input message contains a url property it will be used as the url option for get-feeds under the hood.

License

MIT © Joakim Carlstein

Node Info

Version: 1.0.0
Updated 8 years, 8 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

3 in the last week

Nodes

  • get-feeds

Keywords

  • node-red
  • get
  • feed
  • html
  • rss
  • atom

Maintainers