node-red-contrib-spark
Advanced tools
Comparing version
{ | ||
"name": "node-red-contrib-spark", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Node-RED Nodes to integrate with the Cisco Spark API", | ||
@@ -13,3 +13,3 @@ "dependencies": { | ||
"type": "git", | ||
"url": "git+https://github.com/nmarus/node-red-contrib-spark" | ||
"url": "git+https://github.com/cumberlandgroup/node-red-contrib-spark" | ||
}, | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
}, | ||
"author": "Nicholas Marus <nmarus@gmail.com>", | ||
"author": "Nicholas Marus <nick.marus@cumberlandgroupit.com>", | ||
"scripts": { | ||
@@ -34,0 +34,0 @@ "build": "./node_modules/.bin/browserify ./spark/swagger-client.js -o ./spark/swagger-client-web.js" |
@@ -5,5 +5,5 @@ # node-red-contrib-spark | ||
Version 2.0.0 [(changelog)](https://github.com/nmarus/node-red-contrib-spark/blob/master/CHANGELOG.md) | ||
Version 2.0.0 [(changelog)](https://github.com/cumberlandgroup/node-red-contrib-spark/blob/master/CHANGELOG.md) | ||
 | ||
 | ||
@@ -24,2 +24,4 @@ ### Nodes | ||
```bash | ||
# requires node-red to be running | ||
# install node-red-admin if needed | ||
@@ -38,3 +40,3 @@ npm install -g node-red-admin | ||
# clone repo | ||
git clone https://github.com/nmarus/node-red-contrib-spark | ||
git clone https://github.com/cumberlandgroup/node-red-contrib-spark | ||
cd node-red-contrib-spark | ||
@@ -46,3 +48,4 @@ | ||
# from your node-red installation directory | ||
# from your node-red user directory | ||
cd $HOME/.node-red | ||
npm install /path/to/node-red-contrib-spark | ||
@@ -53,3 +56,4 @@ ``` | ||
```bash | ||
# from your node-red installation directory | ||
# from your node-red user directory | ||
cd $HOME/.node-red | ||
npm install node-red-contrib-spark | ||
@@ -62,3 +66,3 @@ ``` | ||
 | ||
 | ||
@@ -152,3 +156,3 @@ #### Module Input | ||
 | ||
 | ||
@@ -188,3 +192,3 @@ **Example Output : `msg.payload`** | ||
 | ||
 | ||
@@ -195,3 +199,3 @@ #### Configuration Options | ||
 | ||
 | ||
@@ -198,0 +202,0 @@ ## License |
module.exports = function(RED) { | ||
'use strict'; | ||
@@ -3,0 +4,0 @@ function SparkAuthConfigNode(n) { |
1083689
0.01%18498
0.01%202
2.02%