1
0
Fork 0
git-reference/javascripts/jquery.github.js

3 lines
141 B
JavaScript

jQuery.githubUser = function(username, callback) {
jQuery.getJSON("http://github.com/api/v1/json/" + username + "?callback=?", callback);
}