WaterTracker is a BLE peripheral device and BLE central iOS/Android app to track the remaining amount of PET bottles.
https://github.com/Hikaru-Ito/WaterTracker-BlendMicro
- AngularJS
- Cordova
- ionic
- Gulp
- jQuery
- Sass
- CoffeeScript
Prepare
$ npm install -g ionic cordova
$ ionic state restoreBuild App
$ ionic build ios androidRun
$ ionic run android$ ionic emulate android$ ionic run iosInstall Dependencies
$ npm i
$ gulpDevelopment in the browser (It is, of course, Bluetooth does not work)
$ ionic serve --labDevelopment your iOS Device
$ open platforms/ios/WaterTracker.xcodeprojDevelopment your AndroidDevice or GenyMotion
$ ionic run androidNo plans to anymore nothing

