Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 589 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 589 Bytes

Ember Intercom

⚠️ Clearly not maintained, please don't use.


This Ember CLI addon injects Intercom's widget javascript code in your page.

Installation

  • ember install ember-intercom

Configuration

In config/environment.js, you need to add this :

  var ENV = {
    // ...
    intercom: {
      appId: "your app id here"
    },
    // ...
  }

If ENV.intercom.appId is missing, the javascript code will not be injected.

Ember CLI

For more information on using ember-cli, visit http://www.ember-cli.com/.