(username, callback)
| 95 | } |
| 96 | |
| 97 | var github_user_orgs = function(username, callback) { |
| 98 | $.getJSON('https://api.github.com/users/' + username + '/orgs?callback=?', callback); |
| 99 | } |
| 100 | |
| 101 | // Check to see if the user has starred the resume.github.com repo. |
| 102 | // |