This package has been deprecated

Author message:

Package no longer supported.

is-github-team-empty

1.1.2 • Public • Published

is-github-team-empty

Check if a GitHub team is empty

npm version Build Status Test Coverage

Install

npm install --save is-github-team-empty

Setup

Set up GITHUB_TOKEN environment variable with your OAuth GitHub access token.

Usage

var isGithubTeamEmpty = require('is-github-team-empty');
 
isGithubTeamEmpty('1234567').then(function (isEmpty) {
  console.log(isEmpty);
  //=> true
});

API

isGithubTeamEmpty(teamId)

Returns a promise that resolves to a boolean value of whether or not a GitHub team is without members.

teamId

Type: string

The ID of the GitHub team.

License

MIT © Alejandro Beltrán

/is-github-team-empty/

    Package Sidebar

    Install

    npm i is-github-team-empty

    Weekly Downloads

    2

    Version

    1.1.2

    License

    MIT

    Last publish

    Collaborators

    • alebelcor