Skip to content

jcoglan/soundcloud.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundCloud - in JavaScript!

Some object wrappers for the SoundCloud API to be used in the browser. Requires JS.Class.

Build it

gem install jake
git clone git://github.com/jcoglan/soundcloud.js
cd soundcloud.js
jake

Examples

SoundCloud.KEY = 'YOUR_KEY_HERE';

// Search for tracks with text
SoundCloud.tracks({q: 'Electrixx'}, function(tracks) { ... });

// Search for tracks by tag
SoundCloud.tracks({tag: ['foo','bar']}, function(tracks) { ... });

// Get a user's tracks
SoundCloud.user('microdizko').tracks(function(tracks) { ... });

About

SoundCloud API wrapper for client-side JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published