0.0.7 • Published 7 years ago

ember-cli-interakt v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ember-cli-intercom

Easily add interakt to your app.

Installation

# From within your ember-cli project
ember install ember-cli-interakt

Usage

First you'll need to configure your Intercom App ID:

// config/environment.js

ENV['ember-cli-interakt'] = {
  appId: '[YOUR_APP_ID]'
};