Skip to content

klihelp/github-profile-summary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-profile-summary

screenshot

screenshot

run locally

  • git clone https://github.com/tipsy/github-profile-summary.git
  • cd github-profile-summary
  • mvn install
  • java -jar target/github-profile-summary-1.0-jar-with-dependencies.jar

If no api-token is set, you only get ~50 requests/hour

To run the app with an api-token, first generate a token at https://github.com/settings/tokens, then launch the jar with the token:

  • java -Dapi-tokens=your-token -jar target/github-profile-summary-1.0-jar-with-dependencies.jar

You can use a comma-separated list of tokens to increase your rate-limit

About

Tool for visualizing GitHub profiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 57.7%
  • JavaScript 24.3%
  • CSS 15.2%
  • HTML 2.8%