gh-dependents

0.0.1 • Public • Published

gh-dependents

Get all repo dependents of a github repo

Install

$ npm install gh-dependents

Usage

const gd = require('gh-dependents');

gd('hong4rc/gh-dependents').then(console.log);
// [{repo: 'user1/repo1', star: 123}, {repo: 'user3/repo5', star: 456}]

API

gd(repo)

Result is a Promise with list repo+star

/gh-dependents/

    Package Sidebar

    Install

    npm i gh-dependents

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.31 kB

    Total Files

    3

    Last publish

    Collaborators

    • hongarc