github-org-stats

0.2.0 • Public • Published

github-org-stats

⚠️ 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 } ],
}

Readme

Keywords

Package Sidebar

Install

npm i github-org-stats

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • dgennetten
  • alansouzati