A generic app that can be easily configured to help the user track and optimize any given outcome variable.
- Fork this repository.
- Install Node.js. (Windows Developers: We recommend Visual Studio Community, which automatically installs everything you need!)
- Install the latest Cordova and Ionic command-line tools in your terminal with
npm install -g gulp [email protected] [email protected] bower
. # Adding plugins from Github doesn't work on [email protected] (Mac Users: Avoid usingsudo
with your npm commands if possible as it tends to cause problems.) - Run
npm install
in the root of this repository. - Create your application at app.quantimo.do/api/v2/apps.
- Run
gulp devSetup
in the root of this repository, follow the prompts, and you should see your app at http://localhost:8100/#/ or similar. - Need help? Please create an issue or contact us at help.quantimo.do.
For more info about the types of data you can store and get from the QuantiModo API, try out our Interactive API Explorer