{"id":15483033,"url":"https://github.com/devth/github-org-cards","last_synced_at":"2026-02-07T15:11:31.590Z","repository":{"id":39556946,"uuid":"174865251","full_name":"devth/github-org-cards","owner":"devth","description":"User profile cards for GitHub org memebers","archived":false,"fork":false,"pushed_at":"2023-07-11T11:12:35.000Z","size":2987,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T18:50:44.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bit.dev/devth/github/git-hub-org-cards","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T18:40:18.000Z","updated_at":"2021-10-05T23:23:02.000Z","dependencies_parsed_at":"2025-04-06T18:43:30.053Z","dependency_job_id":"1b6f710e-f54b-4974-bbf3-2fbf27ea2c38","html_url":"https://github.com/devth/github-org-cards","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devth/github-org-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fgithub-org-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fgithub-org-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fgithub-org-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fgithub-org-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devth","download_url":"https://codeload.github.com/devth/github-org-cards/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Fgithub-org-cards/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265479484,"owners_count":23773544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T05:10:35.648Z","updated_at":"2026-02-07T15:11:26.570Z","avatar_url":"https://github.com/devth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @bit/devth.github.git-hub-org-cards\n\nObtains members of a GitHub Org using the GitHub Orgs API, optionally shuffles\nthem, retrieves the user profile for each member and renders a card in a\nresponsive 12-column-based layout with an optionally-provided number of columns\nper card.\n\n[![bit](https://img.shields.io/badge/%40bit%2Fdevth.github.git--hub--org--cards-bit.dev-blue)](https://bit.dev/devth/github/git-hub-org-cards)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n![github-org-cards](github-org-cards.png)\n\n- View usage in the wild on [Yetibot Community](https://yetibot.com/community).\n\n## Install\n\nRequires [adding Bit as a scoped\nregistry](https://docs.bit.dev/docs/installing-components.html):\n\n```bash\nnpm config set '@bit:registry' https://node.bit.dev\n```\n\nThen:\n\n```bash\nyarn add @bit/devth.github.git-hub-org-cards\n```\n\n## Usage\n\nSee [example/src/App.js](example/src/App.js) for a full example.\n\n```jsx\nimport React from 'react'\n\nimport {GitHubOrgCards} from 'github-org-cards'\n\nconst Example = () =\u003e {\n  return (\n    \u003cGitHubOrgCards columns={2} org='github' /\u003e\n  );\n}\n```\n\n\n\n## bit usage\n\n```\nbit status\nbit list\n\nbit add src/components/GitHubOrgCards\n\nbit build\nversion=0.0.6\nbit tag --all $version\n\nbit show git-hub-org-cards\n\nbit export devth.github\n```\n\n## Update or install bit\n\n```\nyarn global add bit-bin\n```\n\n## License\n\nMIT © [devth](https://github.com/devth)\n\nThis project was bootstrapped with [Create React\nApp](https://github.com/facebook/create-react-app). Generated docs are below.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e Open\n[http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e You will also see any lint errors\nin the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e See the section\nabout [running\ntests](https://facebook.github.io/create-react-app/docs/running-tests) for more\ninformation.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e It correctly bundles\nReact in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e Your app is\nready to be deployed!\n\nSee the section about\n[deployment](https://facebook.github.io/create-react-app/docs/deployment) for\nmore information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can\n`eject` at any time. This command will remove the single build dependency from\nyour project.\n\nInstead, it will copy all the configuration files and the transitive\ndependencies (Webpack, Babel, ESLint, etc) right into your project so you have\nfull control over them. All of the commands except `eject` will still work, but\nthey will point to the copied scripts so you can tweak them. At this point\nyou’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for\nsmall and middle deployments, and you shouldn’t feel obligated to use this\nfeature. However we understand that this tool wouldn’t be useful if you couldn’t\ncustomize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App\ndocumentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/deployment\n\n### `yarn build` fails to minify\n\nThis section has moved here:\nhttps://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Fgithub-org-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevth%2Fgithub-org-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Fgithub-org-cards/lists"}