4.2.0 • Published 6 months ago

@bevry/github-contributors v4.2.0

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
6 months ago

Fetch all the contributors from a github repository, github organization, or github search

Usage

Complete API Documentation.

import {
    getContributorsFromRepo,
    getContributorsFromRepos,
    getContributorsFromOrgs,
    getContributorsFromSearch,
} from '@bevry/github-contributors'

getContributorsFromRepo('bevry/github-contributors')
    .then(console.log)
    .catch(console.error)
getContributorsFromRepos(['bevry/github-contributors'])
    .then(console.log)
    .catch(console.error)

// https://developer.github.com/v3/search/#search-repositories
getContributorsFromSearch('@bevry language:typescript', { pages: 0 })
    .then(console.log)
    .catch(console.error)
getContributorsFromOrgs(['bevry'], { pages: 0 })
    .then(console.log)
    .catch(console.error)

npm

Skypack

<script type="module">
    import * as pkg from '//cdn.skypack.dev/@bevry/github-contributors@^4.2.0'
</script>

unpkg

<script type="module">
    import * as pkg from '//unpkg.com/@bevry/github-contributors@^4.2.0'
</script>

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/@bevry/github-contributors@4.2.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under: