Grass-Graph is a service that can generate a PNG image of a contribution graph of a specific GitHub account. You can also specify the image size, rotation angle, date you want to display.
key | description | example |
---|---|---|
rotate | The angle of image (0 - 360). | https://grass-graph.appspot.com/images/a-know.png?rotate=270 |
width | The width of image. The unit is pixel. |
https://grass-graph.appspot.com/images/a-know.png?width=568 |
height | The height of image. The unit is pixel. |
https://grass-graph.appspot.com/images/a-know.png?height=88 |
background | If you want to make the background color transparent, specify "none". | https://grass-graph.appspot.com/images/a-know.png?background=none |
EOS (2020-03-27) This option can return the image by recreating the cache only if you got the image on the specified day in advance. Therefore, I recommend you to get graph image everyday. (I am embedding image tag in my blog. Because at least one person will visit my blog everyday!) |