JSPM

github-scout

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q12341F
    • License MIT

    Useful details from a GitHub repository.

    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 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