https://github.com/dirmeier/github-language-statistics
Compute a GitHub user's most frequently used languages.
https://github.com/dirmeier/github-language-statistics
github github-api
Last synced: 5 months ago
JSON representation
Compute a GitHub user's most frequently used languages.
- Host: GitHub
- URL: https://github.com/dirmeier/github-language-statistics
- Owner: dirmeier
- License: gpl-3.0
- Created: 2017-10-10T21:25:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T19:31:48.000Z (over 6 years ago)
- Last Synced: 2025-03-08T10:59:09.397Z (11 months ago)
- Topics: github, github-api
- Language: JavaScript
- Homepage: https://dirmeier.github.io/github-language-statistics/index.html
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-language-statistics
[](https://www.repostatus.org/#concept)
[](https://travis-ci.org/dirmeier/github-language-statistics)
[](https://www.codacy.com/app/simon-dirmeier/github-language-statistics?utm_source=github.com&utm_medium=referral&utm_content=dirmeier/github-language-statistics&utm_campaign=Badge_Grade)
[](https://gruntjs.com/)
Compute a GitHub user's most frequently used languages.
## Introduction
This repository uses the GitHub API to calculate the most frequently used languages for a user.
Specifically, the GitHub meta data can be accessed using standard HTTP requests (`GET`) to access a user's
repositories (not the forks). From this we calculate the `bytes` of used languages and visualize it using `Plotly`.
I was interested what languages I use the most, but couldn't find any quick solutions,
so I decided to implement an simple web-frontend for this. The front-end can be used by everyone, but be aware that the GitHub
limits the number of requests per IP and hour.
Below, you see my most used languages (13. 10. 2017).
Find the webpage [here](https://dirmeier.github.io/github-language-statistics/index.html).
## Author
* Simon Dirmeier simon.dirmeier@gmx.de