mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
bump sentiment, rbe, email, feedparser, twitter, tail nodes
Locale files moved out
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script type="text/x-red" data-help-name="feedparse">
|
||||
<script type="text/html" 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,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<script type="text/x-red" data-help-name="feedparse">
|
||||
<script type="text/html" data-help-name="feedparse">
|
||||
<p>RSS/atomに対する新規エントリのフィードをモニタします。</p>
|
||||
<p><code>msg.topic</code>に元記事のリンク、<code>msg.payload</code>に説明、<code>msg.article</code>に記事オブジェクトを設定します。記事オブジェクトは、<code>.title</code>、<code>.summary</code>、<code>.date</code>などのプロパティを含みます。</p>
|
||||
<p>更新頻度を35790分(約24.8日)より大きくすることはできません。</p>
|
||||
|
Reference in New Issue
Block a user