mrt:soundcloud

v0.1.1Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-soundcloud

SoundCloud for Meteor

Installation

Add the soundcloud package with Meteorite using the following command:

$ mrt add soundcloud

API

This package includes the official SoundCloud SDK, its documentation can be found here: http://developers.soundcloud.com/docs/api/sdks#javascript

If you configured your Client ID and Client Secret using either the accounts-ui package or manually (http://docs.meteor.com/#meteor_loginwithexternalservice) the SC.initialize call will automatically be made. The Soundcloud object exposes the ready() reactive variable in order to track the SDK initialization state.

Credits