Skip to content

Instantly share code, notes, and snippets.

@vickonrails
Last active November 3, 2017 12:33
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 vickonrails/2eacbe8b5587def915511e66ae1f3071 to your computer and use it in GitHub Desktop.
Save vickonrails/2eacbe8b5587def915511e66ae1f3071 to your computer and use it in GitHub Desktop.
$.get(
"https://api.unsplash.com/photos/?client_id=your-client-id",
function(data){
console.log(data);
},
"json");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment