reponame stars LOC

Github LOC Rank

what's this used to?

Rank the LOC(lines of code) of github repositories starred by you

how to use it?

Create a new github token -> input it -> click enter.

where to get a github token?

Go to github setting page -> Developer settings -> Personal access tokens -> generate new token -> select scopes, read:packages -> click "generate token" -> copy and paste it to here

why need github token?

Because this page fetch data from github API, which has request frequency limit. with github token, the limit will be higher.

will it leak my data?

No, because it's just a pure web page without backend. All it does is just fetch data from github API, and show it on your browser. The source code is open source on github. No hidden things happen under the hood.