https://github.com/markembling/gh-userlangs
Small web app for displaying a breakdown of languages in all of your repositories.
https://github.com/markembling/gh-userlangs
Last synced: 2 months ago
JSON representation
Small web app for displaying a breakdown of languages in all of your repositories.
- Host: GitHub
- URL: https://github.com/markembling/gh-userlangs
- Owner: markembling
- Created: 2014-01-05T20:26:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-08T19:48:17.000Z (over 11 years ago)
- Last Synced: 2025-02-13T21:18:04.796Z (4 months ago)
- Language: JavaScript
- Homepage: http://ghuserlangs.markembling.info/
- Size: 258 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub Language Statistics
==========================This is a small Flask web app which uses the GitHub API to determine what languages are used inside your repositories.
It displays graphs which give the following:
- Languages in all your repositories as a percentage of bytes (i.e. volume of code)
- Number of appearances for each language (i.e. how many repositories does the language appear in)It also gives a table with all this information.
Visit to see it in action.