0.1.1 • Published 10 years ago

gh-members v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

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

0.1.1

10 years ago

0.1.0

10 years ago