Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 743 Bytes

Ember-kiss-metrics

Quick and simple ember & KISSmetrics integration

Usage

  • 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

Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.