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

/gh-members/

    Package Sidebar

    Install

    npm i gh-members

    Weekly Downloads

    1

    Version

    0.1.1

    License

    ISC

    Last publish

    Collaborators

    • ahdinosaur