Embed Github contributions graph in website

前端 未结 5 606
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 13:53

Is there a way to embed the Github contributions graph in HTML5?

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-30 14:39

    I wrote a JavaScript library to do that: github-calendar.

    Here is an example how to use it:

    
    
    
    
    
    
    
    
    Loading the data just for you.

    Here you can see it in action:

    Basically, since we need cross domain requests we need a proxy. It makes a request to GitHub profile page (github.com/) and then brings back the needed stuff from there.

    For more information, check out the documentation on GitHub.

提交回复
热议问题