mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fix Dweetio npm package
This commit is contained in:
parent
670ef479d6
commit
62db238294
@ -3,7 +3,7 @@ node-red-node-dweetio
|
|||||||
|
|
||||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send and receive simple dweets.
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send and receive simple dweets.
|
||||||
|
|
||||||
This node does **NOT** support private dweets.
|
This node does **NOT** support private or "locked" dweets.
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
@ -34,4 +34,11 @@ The thing id should be globally unique as they are all public - you are recommen
|
|||||||
The Thing ID is set into **msg.dweet**, and the timesamp into **msg.created**.
|
The Thing ID is set into **msg.dweet**, and the timesamp into **msg.created**.
|
||||||
|
|
||||||
|
|
||||||
For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a
|
For further info see the <a href="https://dweetio.io/" target="_new">Dweet.io website</a>
|
||||||
|
|
||||||
|
|
||||||
|
###Sample Flow
|
||||||
|
|
||||||
|
Cut the text below - then in Node-RED use Ctrl-I (Import) - Ctrl-V (Paste) to insert into your workspace.
|
||||||
|
|
||||||
|
[{"id":"58bfbfe.fa7404","type":"debug","name":"","active":true,"console":"false","complete":"false","x":401,"y":211,"z":"8f1399c1.70ec68","wires":[]},{"id":"bc69a077.43966","type":"dweetio out","thing":"not-very-random-big-string","name":"","x":409,"y":135,"z":"8f1399c1.70ec68","wires":[]},{"id":"aaad178a.5552e8","type":"dweetio in","thing":"not-very-random-big-string","name":"","x":153,"y":211,"z":"8f1399c1.70ec68","wires":[["58bfbfe.fa7404"]]},{"id":"db15a21f.24ea6","type":"inject","name":"","topic":"Ticktock","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":160,"y":136,"z":"8f1399c1.70ec68","wires":[["bc69a077.43966"]]}]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-dweetio",
|
"name" : "node-red-node-dweetio",
|
||||||
"version" : "0.0.1",
|
"version" : "0.0.5",
|
||||||
"description" : "A Node-RED node to send and receive simple dweets",
|
"description" : "A Node-RED node to send and receive simple dweets",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"node-dweetio" : "0.0.11"
|
"node-dweetio" : "0.0.11"
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"keywords": [ "node-red", "dweetio" ],
|
"keywords": [ "node-red", "dweetio" ],
|
||||||
"node-red" : {
|
"node-red" : {
|
||||||
"nodes" : {
|
"nodes" : {
|
||||||
"dweetio": "35-dweetio.js"
|
"dweetio": "55-dweetio.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user