b1f6c1c4 / star-index

Calculates star-index similar to h-index for github devs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

star-index

Calculates star-index similar to h-index for github devs

The star-index determines the popularity of a developer based on their public repos being starred by other developers.

Based on the calculations used to calculate the h-index number, to calculate the star-index, it considers the analogy as publications/papers to repositories and number of citations to number of times the repository is starred by other developers.

Usage

node main.js <github-user-name>

About

Calculates star-index similar to h-index for github devs


Languages

Language:JavaScript 100.0%