1.0.0 • Published 6 years ago

ember-cli-pendo v1.0.0

Weekly downloads
2,240
License
MIT
Repository
-
Last release
6 years ago

Ember-cli-pendo

Add pendo to your application.

Installation

ember install ember-cli-pendo

Usage

Configure your Pendo API key in environment.js

// environment.js
ENV['ember-cli-pendo'] = {
  apiKey: 'abc-123'
};

The Pendo JavaScript API is now available globally at window.pendo

For example,

const data = {
  visitor: {
    id: user.get('id'),
    email: user.get('email')
  },
  account: {
    id: account.get('id')
  }
};
window.pendo.initialize(data);
1.0.0

6 years ago

0.1.0

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago