Methods for working with the GitHub Gist API. Node.js/JavaScript
Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
Tiny wrapper around github-base for getting publicly available information for a repository, or all of the repositories for one or more users or orgs, from the GitHub API.
Tiny wrapper around github-base for getting publicly available information for a repository, or all of the repositories for one or more users or orgs, from the GitHub API.
getrepos has been renamed to @bevry/github-repos: npm uninstall 'getrepos' && npm install '@bevry/github-repos' && open 'https://www.npmjs.com/package/@bevry/github-repos'