Skip to content

Instantly share code, notes, and snippets.

@peterdemartini
Created July 9, 2015 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdemartini/30b3dc9c6fc8d73f7bd9 to your computer and use it in GitHub Desktop.
Save peterdemartini/30b3dc9c6fc8d73f7bd9 to your computer and use it in GitHub Desktop.
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