Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/ember-kiss-metrics

quickly add kiss-metrics as an initializer to you app
https://github.com/stefanpenner/ember-kiss-metrics

Last synced: 17 days ago
JSON representation

quickly add kiss-metrics as an initializer to you app

Awesome Lists containing this project

README

        

# 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

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

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