RSS Read

io.rss-read Input v0.1.0

Reads an RSS 2.0 or Atom feed and emits its entries newest first — optionally only the ones not seen before, so a schedule + RSS Read is a feed poller.

Ports

DirectionPortLabel
InputinputInput
OutputoutputEntries

Properties

PropertyTypeDefaultDescription
Feed URL
url
string "" HTTP(S) URL of the RSS 2.0 or Atom feed.
Only new entries
onlyNew
boolean false Only emit entries not seen on previous runs (remembered per feed in the global key-value store). Pair with a Schedule trigger to poll a feed.
Limit
limit
int 0 Maximum entries to output, newest first. 0 = all.
Timeout (ms)
timeoutMs
int 10000 Abort the fetch after this many milliseconds.

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.