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 5538069 commit e70fda2Copy full SHA for e70fda2
readme.md
@@ -4,8 +4,12 @@ This module implements node-red nodes for interacting with [Arduino IoT Cloud](h
4
Multi Arduino Accounts are allowed.
5
6
## Installation
7
-+ Install node-red-contrib-arduino-cloud:
8
-`npm install -g https://github.com/bcmi-labs/node-red-contrib-arduino-cloud.git`
+Install node-red-contrib-arduino-cloud with:
+
9
+`npm install -g https://{username}:{token}@github.com/bcmi-labs/node-red-contrib-arduino-cloud.git`
10
11
+where `username` is your github login username and `token` is one of your github personal access tokens.
12
13
## Configuration
14
1) Obtain from an Arduino Cloud account the Client ID and Client Secret
15
2) Select Arduino nodes from the pallete and drag to a flow
0 commit comments