github-index

1.1.1 • Public • Published

github-index

calculate the h-index, i10-index, and g-index according to github repos' stars of user

Travis branch npm

Usage

$ npm install github-index

var ghindex = require('.')
// this function return a promise
ghindex('tj').then(res => console.log(res))
// { sum: 65560, h: 83, i10: 168, repoCount: 241 }

Note

It use github api v3. The rate limit is 60 requests per hour for unauthenticated requests. See https://developer.github.com/v3/#rate-limiting for details.

Don't take the result too seriously :)

License

MIT © flowmemo

Readme

Keywords

none

Package Sidebar

Install

npm i github-index

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • flowmemo