Display top programming languages on GitHub profiles.
Verze ze dne
Display top programming languages on GitHub profiles.
Set a token via console
setGitHubToken('your_github_personal_access_token')
Remove the token
clearGitHubToken()
let GITHUB_TOKEN = localStorage.getItem("gh_token") || "";let GITHUB_TOKEN = "your_github_personal_access_token";