Connect Intel Edison To AT&T M2X In 60 Lines Of JavaScript - w4ilun/edison-guides GitHub Wiki

This wiki is referencing the tutorial found here:

http://cylonjs.com/documentation/tutorials/hackster-hardware-weekend-los-angeles/

At the time of writing, we have found errors in the code examples when used with the Intel XDK. Please use the code snippets below if you are running into errors with the original tutorial:

##package.json

{
  "name": "blankapp",
  "description": "",
  "version": "0.0.1",
  "main": "main.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "cylon": "*",
    "cylon-gpio": "*",
    "cylon-i2c": "*",
    "cylon-intel-iot": "*",
    "cylon-m2x": "*"
  }
}