profile-summary-for-github icon indicating copy to clipboard operation
profile-summary-for-github copied to clipboard

Tool for visualizing GitHub profiles

Results 22 profile-summary-for-github issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/9678279/151621553-a717d8f1-571a-44e0-ba58-363c0516c7e6.png)

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. ![screenshot-2018-3-31 github profile summary - visualize your github...

When you click a language on the "Commits per Language" circle chart, it does the same thing as if you had clicked that language on the "Repos per Language" chart,...

Adding a printing feature (using window.print(); and `@media print` css rules) would make a neat "export" feature, good for archiving a monthly report because currently, the printed pages (2) are...

This way, developers can start with the project without having to install Maven but rather just use the `mvnw` command. https://github.com/takari/maven-wrapper.

Cool project 👏 ! I thought I'd add a "Deploy to Heroku" button so others can deploy their own version easily. Click on the deploy button will take you [here](https://heroku.com/deploy?template=https://github.com/crcastle/github-profile-summary)...

The repos per language says I have two repos with unknown languages. ![image](https://user-images.githubusercontent.com/17814535/59966212-954cce00-94de-11e9-82ce-18d7f260c57b.png) And the commit chart says I have 4 commits in unknown languages. ![image](https://user-images.githubusercontent.com/17814535/59966160-d8f30800-94dd-11e9-9882-6654379f150f.png) 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...