ember-smooch

Easily add smooch.io to your application

Usage no npm install needed!

<script type="module">
  import emberSmooch from 'https://cdn.skypack.dev/ember-smooch';
</script>

README

Build Status npm version Ember Observer Score PRs Welcome FastBoot Ready

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