1.0.0 • Published 1 year ago

@exodus/github-stats v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@exodus/github-stats

Usage

import createGithubStatsClient from '@exodus/github-stats'

const githubStatsClient = createGithubStatsClient({ token: 'your-github-token' })

const stats = await githubStatsClient.get({ username })
// {
//   followers,
//   createdAt,
//   contributionsCount,
//   starsReceived,
//   ...,
// }
GH_TOKEN='your-github-token' yarn github-stats <username>
1.0.0

1 year ago