ember-smooch
v0.0.9
Published
Easily add smooch.io to your application
Downloads
11
Maintainers
Readme
ember-smooch
This wraps the web sdk for smooch and adds it to your project
Setup in your app
ember install ember-smooch
After installing the addon, configure your Smooch App Token in config/environment.js
:
smooch: {
appToken: 'YOUR-SMOOCH-APP-TOKEN'
}
Once configured, you are good to go. You should see the widget in the bottom right of your screen.
For more information about smooch, please see their website at smooch.io