node-red-contrib-scriptr-node 0.0.8
A simple implementation of a node-red node that connects to a scriptr.io endpoint.
node-red-contrib-scriptr-node
Node that adds connectivity to www.scriptr.io endpoints to node-red.
Getting Started
npm install node-red-contrib-scriptr-node
Note: You should install this alongside the rest of your node-red nodes (eg, /usr/local/lib/node_modules/node-red/nodes/function)
Restart node-red and the new node named "scriptr.io" will appear under "input" and another under "output" You can use this node to invoke scriptr.io scripts as well as publish / subscribe messages on scriptr.io channels Node is also available for automatic install from the Palette Manager. Configuration is straight forward: double click on the node and provide your token and the script name you want to execute.
TODO
Add oAuth dialog, allow setting token from UI and selecting script from list.