0.2.0 • Published 6 years ago

github-org-stats v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

github-org-stats

:warning: do not use this yet. this is a work in progress.

Gather statistics for your github organization

Install

npm install github-org-stats

or

yarn add github-org-stats

Usage

import GithubOrgStats from 'github-org-stats';

const githubOrgStats = new GithubOrgStats(GITHUB_TOKEN, GITHUB_ORGANIZATION);

githubOrgStats.get().then(result => console.log(result));

For now .get only returns:

{
  "totalStars": 3084,
  "repos": [ { "name": "grommet", "stars": 2543 } ],
}
0.2.0

6 years ago

0.1.0

6 years ago