github-scout
v1.0.0
Published
Useful details from a GitHub repository.
Downloads
3
Maintainers
Readme
github-scout
Get useful informations from a GitHub repository.
Install
$ yarn add github-scout
Usage
const githubScout = require('github-scout');
githubScout('lasalefamine', 'github-scout', 'ACCESS_TOKEN').then(json => {
console.log(json);
//=> {repository: {{full_name: 'lasalefamine/github-scout', ...}}
});
API
githubScout(username, repository, [ACCESS_TOKEN])
The ACCESS_TOKEN
is not required but you will have a limited rate to call the API if the ACCESS_TOKEN
is not present.
License
MIT © LasaleFamine