0.0.1 • Published 5 years ago
gh-dependents v0.0.1
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
5 years ago