Package Exports
- github-scout
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-scout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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