Socket
Socket
Sign inDemoInstall

fetch-github-organization

Package Overview
Dependencies
1
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fetch-github-organization

Fetch all users in a github organization


Version published
Maintainers
3
Install size
578 kB
Created

Readme

Source

fetch-github-organization

Fetch users from a github organization deeply.

:warning: This interface may change!

Installation

npm install --save fetch-github-organization

Usage

const fetchUsers = require('fetch-github-organization');
fetchUsers('nteract')
  .then(x => console.log(x))

Result:

Promise { <pending> }
[ { login: 'alainakafkes',
    id: 11997668,
    avatar_url: 'https://avatars2.githubusercontent.com/u/11997668?v=3',
    gravatar_id: '',
    url: 'https://api.github.com/users/alainakafkes',
    html_url: 'https://github.com/alainakafkes',
    followers_url: 'https://api.github.com/users/alainakafkes/followers',
    following_url: 'https://api.github.com/users/alainakafkes/following{/other_user}',
    gists_url: 'https://api.github.com/users/alainakafkes/gists{/gist_id}',
    starred_url: 'https://api.github.com/users/alainakafkes/starred{/owner}{/repo}',
    subscriptions_url: 'https://api.github.com/users/alainakafkes/subscriptions',
    organizations_url: 'https://api.github.com/users/alainakafkes/orgs',
    repos_url: 'https://api.github.com/users/alainakafkes/repos',
    events_url: 'https://api.github.com/users/alainakafkes/events{/privacy}',
    received_events_url: 'https://api.github.com/users/alainakafkes/received_events',
    type: 'User',
    site_admin: false,
    name: 'Alaina Kafkes',
    company: null,
    blog: 'http://alainakafk.es',
    location: 'Chicago, IL',
    ...

Keywords

FAQs

Last updated on 27 Apr 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc