Created
July 9, 2015 18:24
-
-
Save peterdemartini/30b3dc9c6fc8d73f7bd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ~/tmp/devices | |
cd ~/tmp/devices | |
npm init -y | |
npm install meshblu-blink1 | |
cd meshblu-blink1 | |
echo '{ | |
"uuid": "370b01b5-1927-44a1-a30b-2147430a4fae", | |
"token": "561bbf70d2aa2db62d22d8f85c19155c52184995", | |
"server": "meshblu.octoblu.com", | |
"port": 443 | |
}' > meshblu.json | |
echo "YAY!!! Device created manually run 'npm start'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment