Skip to content

Instantly share code, notes, and snippets.

@ahirschberg
Last active August 29, 2015 14:16
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 ahirschberg/7ce6facc318b5b080450 to your computer and use it in GitHub Desktop.
Save ahirschberg/7ce6facc318b5b080450 to your computer and use it in GitHub Desktop.
// good code
getJSON("https://librivox.org/api/feed/audiobooks/title/^" + input + "?&format=json",
function(url_request) {
url_request.response // -> Object { books: Array[50] }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment