GitHub – Embed Repository Overview and Stats

github

Is there a way to embed a GitHub repo overview (showing its stats, creator and description, etc.) into a webpage?

In Slack, if you paste a GitHub repo URL, it will show the repo description and user thumbnail.

slack onebox of github repo

I'm wondering if there something like this:

<>some html that contains GitHub repo url</>
<script src="some js it provides"></script>

and it could show me the same thing on a webpage.

There's a way to embed GitHub Gists, but is there one for GitHub repos?

Best Answer

Finally I found this

https://github.com/lepture/github-cards

It's exactly what I want.