Skip to content

Instantly share code, notes, and snippets.

@MikeGrace
Created October 12, 2010 05:25
Show Gist options
  • Save MikeGrace/621697 to your computer and use it in GitHub Desktop.
Save MikeGrace/621697 to your computer and use it in GitHub Desktop.
Read from StringBin Example
$.ajax({
dataType: "jsonp",
url: "http://api.stringbin.com/1/read?pin=t6BmN0Iw567L1MY&key=MikeGrace",
success: function(data) {
$('body').append("<h1>String: "+data.string+"</h1>");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment