6.1.0 • Published 6 months ago

@bevry/github-members v6.1.0

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

Fetch all the members of all the specified github organizations with their complete details

Usage

Complete API Documentation.

import { getMembersFromOrg, getMembersFromOrgs } from '@bevry/github-members'
getMembersFromOrg('bevry').then(console.log).catch(console.error)
getMembersFromOrgs(['bevry']).then(console.log).catch(console.error)

npm

Skypack

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

unpkg

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

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/@bevry/github-members@6.1.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: