Led Cube Android Application

A PhoneGap and Ionic based Android application for controlling my Led Cube.

Building

Add a file auth.js in www/js containing global variables for the Particle API authentication:

PARTICLE_DEVICE_ID = '<device id>';
PARTICLE_TOKEN = '<token>';

Run the following to generate a QR Code which can be used to install the application:

npm run apk