profile-summary-for-github
profile-summary-for-github copied to clipboard
Tool for visualizing GitHub profiles

Ran `docker run -it --rm --name profile-summary-for-github -p 7070:7070 profile-summary-for-github` according to the README and got the following error: ``` [main] INFO org.eclipse.jetty.util.log - Logging initialized @144ms to org.eclipse.jetty.util.log.Slf4jLog [main]...
Three Colors added - - `"#e45f24"` - `"#660066"` - `"#546e7a"` Sometimes colors are repeated due to large sets of language and repos. ...
The repos per language says I have two repos with unknown languages.  And the commit chart says I have 4 commits in unknown languages.  When I click either,...
ruslan suggests to get all user commits from orgs via `listUserOrgs(user).forEach { org -> org.repos.forEach { repo -> repo.statictics } }` this will potentially result in thousands of requests, depending...
* Small embeddable GitHub profile summary, ~300px wide listing the important info * Medium embeddable GitHub profile summary, ~600px wide listing the important info and some pie charts * Large...