mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
parent
351ac84dca
commit
8d7c00d247
@ -11,7 +11,7 @@
|
|||||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/email"
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/email"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"keywords": [ "node-red", "email", "e-mail", "imap", ],
|
"keywords": [ "node-red", "email", "gmail", "imap" ],
|
||||||
"node-red" : {
|
"node-red" : {
|
||||||
"nodes" : {
|
"nodes" : {
|
||||||
"email": "61-email.js"
|
"email": "61-email.js"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
node-red-node-feedparse
|
node-red-node-feedparser
|
||||||
=======================
|
========================
|
||||||
|
|
||||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to talk to an IRC server.
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to read RSS and Atom feeds.
|
||||||
|
|
||||||
**Note** : This is the same node as is/was in the core of Node-RED. If you already
|
**Note** : This is the same node as is/was in the core of Node-RED. If you already
|
||||||
have it installed you do NOT need this node. However it will be deprecated from
|
have it installed you do NOT need this node. However it will be deprecated from
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-feedparser",
|
"name" : "node-red-node-feedparser",
|
||||||
"version" : "0.0.2",
|
"version" : "0.0.3",
|
||||||
"description" : "A Node-RED node to get RSS Atom feeds.",
|
"description" : "A Node-RED node to get RSS Atom feeds.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"feedparser" : "0.19.2",
|
"feedparser" : "0.19.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user