ember-qualtrics

0.1.0 • Public • Published

Ember-qualtrics

This README outlines the details of collaborating on this Ember addon.

Configuration

// config/environment.js

module.exports = function(environment) {
  var ENV = {
    qualtrics: {
      key: 'ZN_sdfasjskjfkjlsj',
      subdomainPrefix: 'zsdfasdfsadf-qcorp',
      disabled: false,
    }
  }
}

Installation

  • git clone <repository-url> this repository
  • cd ember-qualtrics
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

Dependents (0)

Package Sidebar

Install

npm i ember-qualtrics

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • briangonzalez
  • dollarshaveclub-engineering