Socket
Socket
Sign inDemoInstall

github-org-stats

Package Overview
Dependencies
12
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github-org-stats

Gather statistics for your github organization


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 16 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc