I want to have a stat on my website with the number of total commits I have on Github, across all of my repositories, not just for a year. Is there a way to do that, ideally with Javascript?
I've tried looking through the GitHub API pages, but I can only find the total commit count for a single repository.