KyroChi / Profile-Fluency-for-GitHub

:bust_in_silhouette: A Google Chrome extension to display languages that a GitHub user knows
https://goo.gl/lryKuS
MIT License
28 stars 3 forks source link

Add 'Other' language #19

Closed acwaters closed 8 years ago

acwaters commented 8 years ago

Add "Other" span when the number of languages is greater than display_languages, default 7. The "Other" language will represent the remaining percentage not taken up by the rest of the languages (literally 100 - the rest of the percentages). Note that this means that, with the current accuracy issues, "Other" will often show up as 80% or more of a profile's fluency; however, once the percentage calculations are fixed the displayed percentage will be correct.

KyroChi commented 8 years ago

Awesome! Thanks for the addition!