A framework for managing event tracking in ember-cli applications. More documentation and screencasts to come.
Config:
beam: {
//Global config options
config: {},
providers: {
providerName: {
auth: {
token: "12345" // whatever auth keys are required for that provider
},
config: {} //optional
}
}
}
This README outlines the details of collaborating on this Ember addon.
git clone <repository-url>this repositorycd ember-beamnpm installbower install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.