gh-members

0.1.1 • Public • Published

gh-members

fetches GitHub org members with full profile info

how to

install

npm install --save gh-members

use

members(['bevry', 'docpad'], function (err, members) {
  if (err) { throw err; }
  console.log(members);
});

license

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i gh-members

Weekly Downloads

3

Version

0.1.1

License

ISC

Last publish

Collaborators

  • ahdinosaur