We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116d9a5 commit b86cc91Copy full SHA for b86cc91
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "node-red-contrib-arduino-iot-cloud",
+ "name": "@arduino/node-red-contrib-arduino-iot-cloud",
3
"version": "1.0.0",
4
"description": "Node-RED nodes to talk to Arduino IoT Cloud",
5
"scripts": {
readme.md
@@ -6,7 +6,7 @@ Multi Arduino Accounts are allowed.
6
## Installation
7
Install node-red-contrib-arduino-iot-cloud with:
8
9
-`npm install -g https://github.com/arduino/node-red-contrib-arduino-iot-cloud.git`
+`npm install -g @arduino/node-red-contrib-arduino-iot-cloud`
10
11
## Configuration
12
1. Obtain Client ID and Client Secret from the [things webpage](https://create.arduino.cc/iot/things) by clicking on *Add API*
0 commit comments