/star-index

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

Primary LanguageJavaScript

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>