mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
8ea3969714
* add Japanese info text of twitter node * add Japanese info text of feedparse node * add Japanese info text of email node * add Japanese info text of rbe node * minor fix of Japanese info text of email node * minor fix of Japanese info text of email node
9 lines
568 B
HTML
9 lines
568 B
HTML
<script type="text/x-red" 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>
|
|
</script>
|