Skip to content

Instantly share code, notes, and snippets.

@avand
Created July 20, 2016 00:56
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 avand/d977bb055eb8dc2c0d61ce30bc15d84f to your computer and use it in GitHub Desktop.
Save avand/d977bb055eb8dc2c0d61ce30bc15d84f to your computer and use it in GitHub Desktop.
$.get("https://api.github.com/users/avand", showUserInfo);
function showUserInfo(response) {
// Handle the response...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment