4.14.0 • Published 4 years ago

getmembers v4.14.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Fetch all the members of all the specified github organisations with their complete details

npm

Usage

// Create our getmembers instance
var getter = require('getmembers').create({
    /* options to be passed to feedr */
})

// Fetch all the members on these github orgs
getter.fetchMembersFromOrgs(['bevry'], function(err, members) {
    // Fetch the direct results
    console.log(err, members)

    // Get the combined listing
    console.log(getter.getMembers())
})

Contributors are returned as an array of contributor objects, here is an example contributor object:

{
	name: "Benjamin Lupton",
	email: "b@lupton.cc",
	url: "https://github.com/balupton",
	username: "balupton",
	text: "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
	orgs: {
		"bevry": "https://github.com/bevry"
	},
	profile: {
		// https://api.github.com/users/balupton
	}
}

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under:

4.14.0

4 years ago

4.13.0

4 years ago

4.11.0

4 years ago

4.10.0

4 years ago

4.9.0

4 years ago

4.8.0

4 years ago

4.7.0

4 years ago

4.6.0

4 years ago

4.5.0

4 years ago

4.4.0

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.0.0

10 years ago