Skip to content

flowmemo/github-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

calculate the h-index of github user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published