Skip to content

mikepsinn/qm-ionic-quantimodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantiModo Ionic App

A generic app that can be easily configured to help the user track and optimize any given outcome variable.

DEMOS

5-Minute Quick Start

  1. Fork this repository.
  2. Install Node.js. (Windows Developers: We recommend Visual Studio Community, which automatically installs everything you need!)
  3. Install the latest Cordova and Ionic command-line tools in your terminal with npm install -g gulp cordova@6.5.0 ionic@2.2.3 bower cordova-hot-code-push-cli. # Adding plugins from Github doesn't work on cordova@7.0.0 (Mac Users: Avoid using sudo with your npm commands if possible as it tends to cause problems.)
  4. Run npm install in the root of this repository.
  5. Create your application at app.quantimo.do/api/v2/apps.
  6. Run gulp devSetup in the root of this repository, follow the prompts, and you should see your app at http://localhost:8100/#/ or similar.
  7. Need help? Please create an issue or contact us at help.quantimo.do.

QuantiModo API

For more info about the types of data you can store and get from the QuantiModo API, try out our Interactive API Explorer

Screenshots