Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpett/ember-smooch
Easily add smooch.io to your application
https://github.com/davidpett/ember-smooch
Last synced: about 2 months ago
JSON representation
Easily add smooch.io to your application
- Host: GitHub
- URL: https://github.com/davidpett/ember-smooch
- Owner: davidpett
- License: mit
- Created: 2016-02-10T21:15:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T13:23:12.000Z (over 8 years ago)
- Last Synced: 2024-04-29T04:02:25.758Z (8 months ago)
- Language: JavaScript
- Homepage: http://davidpett.github.io/ember-smooch/
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/davidpett/ember-smooch.svg?branch=master)](https://travis-ci.org/davidpett/ember-smooch)
[![npm version](https://badge.fury.io/js/ember-smooch.svg)](https://badge.fury.io/js/ember-smooch)
[![Ember Observer Score](http://emberobserver.com/badges/ember-smooch.svg)](http://emberobserver.com/addons/ember-smooch)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![FastBoot Ready](https://img.shields.io/badge/FastBoot-ready-brightgreen.svg)](http://ember-fastboot.com)
# ember-smoochThis 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)