Is there a way to embed the Github contributions graph in HTML5?
I was able to achieve this with Angular 4 by doing the following:
Make a HTTP GET request to the url mentioned by @jianweichuah https://github.com/users/
.
You'll need a proxy to get past the CORS issue just as the github-calendar library does. proxy-url/https://github.com/users/
Then present it back in the template.
Sadly you don't get all the information easily, but it is in the SVG details.
I have a write-up of my exact steps here: https://www.chiangs.ninja/blog/ And an example of it on the main site under the GitHub tab. I also grabbed my user information from the GitHub API and populated it around the chart.