SoundCloud for Meteor
Add the soundcloud package with Meteorite using the following command:
$ mrt add soundcloud
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.
- @mataspetrikas for the original SoundCloud accounts port