github-scout

1.0.0 • Public • Published

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

/github-scout/

    Package Sidebar

    Install

    npm i github-scout

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • lasalefamine