Skip to content

greatwitenorth/smartBBQ-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartBBQ App

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.

Build Instructions

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 git@github.com: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.

About

This is an app to accompany a Spark Core running the smartBBQ firmware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages