RSS Feed Read
RSS Feed Read integration on indie.money
Written By pvdyck
Last updated 7 days ago
RSS Feed Read
:no_entry: Not Supported
Why Unsupported
The RSS Feed Read node uses the rss-parser library which calls http.get() at module initialization time. This crashes the platform runtime at startup, making the node incompatible with the execution environment.
Alternatives
Use the HTTP Request node to fetch RSS feeds as raw XML, then parse with the XML node:
- HTTP Request β GET the RSS feed URL
- XML node β Convert XML to JSON
Status
This integration is not available on indie.money due to platform runtime incompatibility.