Skip to content

Instantly share code, notes, and snippets.

@mataspetrikas
Created January 17, 2011 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mataspetrikas/783172 to your computer and use it in GitHub Desktop.
Save mataspetrikas/783172 to your computer and use it in GitHub Desktop.
$.getJSON("http://api.soundcloud.com/tracks?callback=?",
{
consumer_key: YOUR_CONSUMERKEY,
format: "json"
},
function(data) {
console.log("data from SoundCloud!", data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment