@heroku/ember-backboard
v1.8.0
Published
Ember backboard
Downloads
218
Maintainers
Keywords
Readme
@heroku/ember-backboard
An ember addon for sending events through Backboard.
Usage
Installation
ember install --save @heroku/ember-backboard
Configuration
Consuming applications must set a backboardUrl
property in their config/environments.js
file to let the addon know which backboard instance to send their events to.
Usage
Consult the analytics service for documentation on the trackUser
and logEvent
functions exposed by this addon.
Development
Installation
git clone ember-backboard
this repositorycd ember-backboard
yarn
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.