An open API service indexing awesome lists of open source software.

https://github.com/omergulcicek/gitstats

:bar_chart: GitHub projelerine yapılan katkıları tablo olarak gösterir.
https://github.com/omergulcicek/gitstats

contributors github-rest-v3 github-statistics rest-api

Last synced: 7 months ago
JSON representation

:bar_chart: GitHub projelerine yapılan katkıları tablo olarak gösterir.

Awesome Lists containing this project

README

          

Proje Katkı İstatistikleri (Git Stats)

GitHub projelerine yapılan katkıları tablo olarak gösterir.

The contributions made to GitHub projects are shown as a table.

Kullanımı (Use of)

GitStats JavaScript kodlarının en başında yer alan var repo değişkenine istediğiniz projenin kullanıcıAdı/repositorieAdını yazmak yeterlidir.

Örnek olarak Turkuaz Css projesini kullanılmıştır. (var repo = "omergulcicek/turkuazcss";)

It is enough to write the username/repositorieName of the project you want to change to the var repo variable at the top of GitStats's JavaScript code.

As an example Turkuaz Css project is used. (var repo = "omergulcicek/turkuazcss";)

Ardından GitStats JavaScript kodlarını çalıştıralım.

Then let's run the GitStats JavaScript code.

Aşağıdaki gibi isim / toplam katkı / yüzdelik katkı şeklinde tablo çıktısı verecektir.

The table output will give the name / total commit / percentage contribution as follows.