1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update Note(s) in READMEs for all moved out nodes.

redis, mongo, email, feedparse, twitter, irc, arduino, serialport
This commit is contained in:
dceejay 2015-06-16 21:37:22 +01:00
parent b33c6605b1
commit 56bb10642a
16 changed files with 24 additions and 31 deletions

View File

@ -3,10 +3,8 @@ node-red-node-arduino
A <a href="http://nodered.org" target="_new">Node-RED</a> node to talk to an Arduino running firmata. A <a href="http://nodered.org" target="_new">Node-RED</a> node to talk to an Arduino running firmata.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. However it will be deprecated from As of v0.10.8 you will need to install it from here if still required.
the core in due course, at which point you will need to install it from here if
still required.
Install Install
------- -------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-arduino", "name" : "node-red-node-arduino",
"version" : "0.0.1", "version" : "0.0.2",
"description" : "A Node-RED node to talk to an Arduino running firmata", "description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : { "dependencies" : {
"arduino-firmata" : "0.3.2" "arduino-firmata" : "0.3.2"

View File

@ -3,8 +3,8 @@ node-red-node-serialport
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to an hardware Serial port. <a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to an hardware Serial port.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. As of v0.10.8 it will be installed from here instead.
Install Install
------- -------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-serialport", "name" : "node-red-node-serialport",
"version" : "0.0.1", "version" : "0.0.2",
"description" : "Node-RED nodes to talk to an serial port", "description" : "Node-RED nodes to talk to an serial port",
"dependencies" : { "dependencies" : {
"serialport" : "1.7.*" "serialport" : "1.7.*"

View File

@ -3,7 +3,8 @@ node-red-node-email
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to send and receive simple emails. <a href="http://nodered.org" target="_new">Node-RED</a> nodes to send and receive simple emails.
**Note** : This is the same node as is/was in the core of Node-RED. **Note** : This is the same node as was in the core of Node-RED.
As of v0.10.8 it will be installed from here instead.
Pre-requisite Pre-requisite
------------- -------------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-email", "name" : "node-red-node-email",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "Node-RED nodes to send and receive simple emails", "description" : "Node-RED nodes to send and receive simple emails",
"dependencies" : { "dependencies" : {
"nodemailer" : "1.3.4", "nodemailer" : "1.3.4",

View File

@ -3,10 +3,8 @@ node-red-node-feedparser
A <a href="http://nodered.org" target="_new">Node-RED</a> node to read RSS and Atom feeds. 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 was in the core of Node-RED.
have it installed you do NOT need this node. However it will be deprecated from As of v0.10.8 it will be installed from here instead.
the core in due course, at which point you will need to install it from here if
still required.
Install Install
------- -------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-feedparser", "name" : "node-red-node-feedparser",
"version" : "0.0.3", "version" : "0.0.4",
"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",

View File

@ -3,10 +3,8 @@ node-red-node-irc
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 talk to an IRC server.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. However it will be deprecated from As of v0.10.8 you will need to install it from here if still required.
the core in due course, at which point you will need to install it from here if
still required.
Install Install
------- -------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-irc", "name" : "node-red-node-irc",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "A Node-RED node to talk to an IRC server", "description" : "A Node-RED node to talk to an IRC server",
"dependencies" : { "dependencies" : {
"irc" : "0.3.11" "irc" : "0.3.11"

View File

@ -7,10 +7,8 @@ The Twitter API will **NOT** deliver 100% of all tweets. This does **NOT** give
Tweets of who you follow will include their retweets and favourites. Tweets of who you follow will include their retweets and favourites.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. However it will be deprecated from As of v0.10.8 it will be installed from here instead.
the core in due course, at which point you will need to install it from here if
still required.
Install Install
------- -------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-twitter", "name" : "node-red-node-twitter",
"version" : "0.0.5", "version" : "0.0.6",
"description" : "A Node-RED node to talk to Twitter", "description" : "A Node-RED node to talk to Twitter",
"dependencies" : { "dependencies" : {
"twitter-ng": "0.6.2", "twitter-ng": "0.6.2",

View File

@ -3,8 +3,8 @@ node-red-node-mongodb
A <a href="http://nodered.org" target="_new">Node-RED</a> node to save data in a MongoDB database. A <a href="http://nodered.org" target="_new">Node-RED</a> node to save data in a MongoDB database.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. As of v0.10.8 you will need to install it from here if still required.
Pre-requisite Pre-requisite
------------- -------------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-mongodb", "name" : "node-red-node-mongodb",
"version" : "0.0.1", "version" : "0.0.2",
"description" : "Node-RED nodes to talk to an Mongo database", "description" : "Node-RED nodes to talk to an Mongo database",
"dependencies" : { "dependencies" : {
"mongodb" : "1.3.6" "mongodb" : "1.3.6"

View File

@ -3,8 +3,8 @@ node-red-node-redis
A <a href="http://nodered.org" target="_new">Node-RED</a> node to save data in a Redis database. A <a href="http://nodered.org" target="_new">Node-RED</a> node to save data in a Redis database.
**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 was in the core of Node-RED.
have it installed you do NOT need this node. As of v0.10.8 you will need to install it from here if still required.
Pre-requisite Pre-requisite
------------- -------------

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-redis", "name" : "node-red-node-redis",
"version" : "0.0.1", "version" : "0.0.2",
"description" : "A Node-RED node to save data to an Redis database", "description" : "A Node-RED node to save data to an Redis database",
"dependencies" : { "dependencies" : {
"redis" : "0.12.1" "redis" : "0.12.1"