0.0.3 • Published 8 years ago

ember-cli-soundcloud v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-cli-soundcloud

This ember-cli addon injects soundcloud into index.html. More info on soundcloud at http://www.soundcloud.com

Installation

npm install --save-dev ember-cli-soundcloud

Configuration

This plugin uses the ember-cli project's configuration as defined in config/environment.js.

Add your soundcloud clientId and redirectUri to config/environment.js and you're good to go. A couple more params below

  // environment.js

  ENV.soundcloud = {
    clientId: 'xxxxxx',
    redirectUri: 'http://hello.world.com'
  }