mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add basic info to feed parse info
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="feedparse">
|
||||
<p>Monitors an RSS/atom feed for new entries.</p>
|
||||
<p>The <b>msg.topic</b> contains the original article link. The <b>msg.payload</b>
|
||||
contains the description, and <b>msg.article</b> contains the complete article object,
|
||||
which has properties such as <i>.title</i>, <i>.summary</i>, <i>.date</i> and so on.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user