0.0.1 • Published 4 years ago

gh-dependents v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

0.0.1

4 years ago