MCPcopy
hub / github.com/resume/resume.github.com / github_user

Function github_user

js/githubresume.js:56–58  ·  view source on GitHub ↗
(username, callback)

Source from the content-addressed store, hash-verified

54};
55
56var github_user = function(username, callback) {
57 $.getJSON('https://api.github.com/users/' + username + '?callback=?', callback);
58}
59
60var github_user_repos = function(username, callback, page_number, prev_data) {
61 var page = (page_number ? page_number : 1),

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected