Quick and simple ember & KISSmetrics integration
npm install --save-dev ember-kiss-metrics
- add
config.kissmetricsKey
to config/environment.js - optionally add
kissmetricsForceSSL=true
to config/environment.js to force loading scripts via SSL. This is required if using Cordova/PhoneGap.
in routes
and controller
you will have _kmq.push
available
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.