A jQuery plugin to access GitHub API.
Import the script
<script src="jquery.github.js"></script>
Insert an empty div
in the code
<div class="members"></div>
Run the plugin
$(function() {
$(".members").github({organization: 'hackatron'});
});
Show a list of organization
's members.
See also http://developer.github.com/v3/orgs/members/
Type: String
Default: null
Called just before making a request to GitHub API.
Type: Function
Default: null
Called after a response from GitHub API.
Type: Function
Arguments: response
Default: null