An simple app to control a spark controller with cylonjs.
These instructions assume development with a MAC or Linux.
$ npm install
or
$ npm i
touch cfg/tokens.json
{
"accessToken": "YOUR_ACCESS_TOKEN",
"deviceId": "YOUR_DEVICE_ID"
}
$npm start