resume / resume.github.com

Resumes generated using the GitHub informations
https://resume.github.com
61.97k stars 1.36k forks source link

sort repos by stars #251

Open rawsh opened 6 years ago

rawsh commented 6 years ago

It looks like the project list is not sorted by stars, what is it sorted by?

sgvictorino commented 6 years ago

As far as I can tell (as of 5302ed4) the user repos are sorted by popularity, which is repo.watchers + repo.forks.

Full reference in the codebase: https://github.com/resume/resume.github.com/blob/5302ed4/js/githubresume.js#L333-L341