Github Chart API

Embed your GitHub contribution chart into any HTML or README you want.

Just put this into your HTML:

<img src="https://kayan-github-chart-api.onrender.com/YOUR_USERNAME" alt="Your Github chart" />

and it'll become:

KayanShah's Github chart

KayanShah's Github chart

You can also use a custom colour by adding a hex code before your username:

<img src="https://kayan-github-chart-api.onrender.com/FFBE10/YOUR_USERNAME" alt="Your Github chart" />
KayanShah's Github chart in gold

KayanShah's Github chart in gold

Or use the Nord Dark theme:

<img src="https://kayan-github-chart-api.onrender.com/80a1c1/YOUR_USERNAME" alt="Your Github chart in Nord" />
KayanShah's Github chart in Nord

KayanShah's Github chart — Nord Dark theme

See also

The github repo

Original project by 2016rshah

Ruby gem by akerl

Hosted by KayanShah