Skip to content

validkeys/ember-beam

Repository files navigation

Ember-beam

A framework for managing event tracking in ember-cli applications. More documentation and screencasts to come.

TODO: Documentation

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.

Installation

  • git clone <repository-url> this repository
  • cd ember-beam
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember 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/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors