mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
8 lines
510 B
HTML
8 lines
510 B
HTML
|
<script type="text/x-red" data-help-name="feedparse">
|
||
|
<p>Monitors an RSS/atom feed for new entries.</p>
|
||
|
<p>The <code>msg.topic</code> contains the original article link. The <code>msg.payload</code>
|
||
|
contains the description, and <code>msg.article</code> contains the complete article object,
|
||
|
which has properties such as <code>.title</code>, <code>.summary</code>, <code>.date</code> and so on.</p>
|
||
|
<p>The Refresh interval cannot be greater than 35790 minutes (approx 24.8 days).
|
||
|
</script>
|