Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created March 29, 2015 22:59
Show Gist options
  • Save edipofederle/531e755e5b3892a011c2 to your computer and use it in GitHub Desktop.
Save edipofederle/531e755e5b3892a011c2 to your computer and use it in GitHub Desktop.
function buildApiUrl(query) {
var query = query.split(' ').join('_').toLowerCase() + "+";
return "http://www.iheartquotes.com/api/v1/random?format=json&source="+query
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment