An open API service indexing awesome lists of open source software.

https://github.com/chrisb2/led-cube-android


https://github.com/chrisb2/led-cube-android

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Led Cube Android Application

A [PhoneGap](http://phonegap.com/) and [Ionic](http://ionicframework.com/) based Android application for controlling my [Led Cube](https://github.com/chrisb2/led-cube).

## Building

Add a file _auth.js_ in _www/js_ containing global variables for the Particle API authentication:

```
PARTICLE_DEVICE_ID = '';
PARTICLE_TOKEN = '';
```

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

`npm run apk`