mirror of
https://github.com/zkitter/groups.git
synced 2026-01-10 13:38:09 -05:00
2cd4575112500eb6513792219e17bc44421fdde1
* chore: update .eslintignore * feat:test: get spaces by min of followers * lint * fix: do filter using GitHub prop This prop is not available in response from explore api endpoint. Need to use a graphql query * Add script * format
GH Groups
Get list of GH users who contributed to the GitHub org of a given group of DAOs.
Usage
-
script:
nps 'fetch -m <min followers amount> -s <group size> -
node
import { getSpaces} from './src/getSpaces' const spaces = await getSpaces({min, size})()
Languages
TypeScript
97.4%
Dockerfile
1.4%
Shell
1.2%