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
| Direction | Port | Label |
|---|---|---|
| Input | input | Input |
| Output | output | Entries |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Feed URLurl | string | "" | HTTP(S) URL of the RSS 2.0 or Atom feed. |
Only new entriesonlyNew | 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. |
Limitlimit | 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.