https://github.com/soundcloud/widget-js-api
This is the official SoundCloud Widget Javascript API
https://github.com/soundcloud/widget-js-api
Last synced: 9 months ago
JSON representation
This is the official SoundCloud Widget Javascript API
- Host: GitHub
- URL: https://github.com/soundcloud/widget-js-api
- Owner: soundcloud
- Created: 2009-11-12T18:03:21.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T16:04:49.000Z (almost 11 years ago)
- Last Synced: 2025-01-29T21:23:47.695Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://soundcloud.com
- Size: 853 KB
- Stars: 149
- Watchers: 123
- Forks: 72
- Open Issues: 10
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
JavaScript based API for the SoundCloud player widget.
Includes jQuery and Prototype.js support.
soundcloud.addEventListener('onPlayerReady', function(player, data) {
console.log('player ready');
});
The Documentation:
http://wiki.github.com/soundcloud/Widget-JS-API
Also check out the examples in the source.
http://github.com/soundcloud/Widget-JS-API/tree/master/examples/
The project is published under MIT license:
Copyright © 2009 SoundCloud Ltd.