1.0.0 • Published 7 years ago

github-scout v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

github-scout Build Status

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