ember-braze exposes the appboy-web-sdk to your Ember app (a.k.a braze-web-sdk).
ember install ember-braze
Please check out the interactive docs for usage information.
Appboy changed their name to Braze in 2017. The former addon (ember-appboy)
was deprecated and users asked to use ember-braze instead. Within the code,
all references to the SDK still use appboy
, because a rename in their SDK
has not yet happened. This addon will follow their lead. When their code
references braze
instead of appboy
, we will change that on our end. Semantic
versioning will be followed to try to prevent thrash to end users.
This addon is in no way affiliated with Braze. It is developed by Ben Limmer and is simply a wrapper around the appboy-web-sdk to make integration with Ember apps simple.
git clone <repository-url>
this repositorycd ember-braze
yarn install
ember serve
- Visit your app at http://localhost:4200.
yarn test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.