https://github.com/chrisb2/led-cube-android
https://github.com/chrisb2/led-cube-android
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisb2/led-cube-android
- Owner: chrisb2
- Created: 2016-07-31T07:12:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T05:17:01.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T17:41:13.923Z (over 1 year ago)
- Language: JavaScript
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`