This is a mobile app to accompany a Spark Core running the smartBBQ firmware. The app uses the ionic framework and can be compiled for iOS or Andriod.
First head over to nodejs.org and download nodejs if you haven't already. You'll need npm in order to install the apps dependancies.
Install Cordova and Ionic:
npm install -g cordova ionic
Clone this repo and install dependencies:
git clone [email protected]:greatwitenorth/smartBBQ-App.git
cd smartBBQ-App
npm install
If you're on OS X you can build for iOS:
ionic platform add ios
ionic build ios
ionic emulate ios
Or you can just run the app in a web browser:
ionic serve
This will open a web browser with a running version of the app. For the most part this will function just like the app on your phone.