ember-smooch
Version:
Easily add smooch.io to your application
25 lines (19 loc) • 1.05 kB
Markdown
[](https://travis-ci.org/davidpett/ember-smooch)
[](https://badge.fury.io/js/ember-smooch)
[](http://emberobserver.com/addons/ember-smooch)
[](http://makeapullrequest.com)
[](http://ember-fastboot.com)
# ember-smooch
This wraps the web sdk for [smooch](http://smooch.io) 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](http://smooch.io)