DEV Community

Yizack Rangel
Yizack Rangel

Posted on • Updated on

Display a card with your Gists on your GitHub README.md

GitHub Gists Readme (gists-readme)

Display a card with your Gists on your GitHub README.md

Generate your card here: https://gists-readme.yizack.com

Gists List Card

Display a list of your gists

Parameters

Parameter Description Optional Default value
user Your GitHub profile username. No
theme Set the theme of the card. Yes default
n Number of Gists to display. Yes 30
title Set the title of the card. Yes My Gists

Card Example 1

Parameter Value
user yizack
theme dark

Result

gists-readme

[![gists-readme](https://gists-readme.yizack.com/api?user=yizack&theme=dark)](https://gist.github.com/Yizack)
Enter fullscreen mode Exit fullscreen mode

Card Example 2

Parameter Value
user yizack
n 2

Result

gists-readme

[![gists-readme](https://gists-readme.yizack.com/api?user=yizack&n=2)](https://gist.github.com/Yizack)
Enter fullscreen mode Exit fullscreen mode

Card Example 3

Parameter Value
user Cy4Bot
n 20
title Cy4Bot Gists

Result

gists-readme

[![gists-readme](https://gists-readme.yizack.com/api?user=Cy4Bot&n=20&title=Cy4Bot+Gists)](https://gist.github.com/Cy4Bot)
Enter fullscreen mode Exit fullscreen mode

Gists Pin

Parameters

Parameter Description Optional Default value
user Your GitHub profile username. No
id Your Gist ID No
owner Shows the owner of the gist, Yes false
theme Sets the theme of the pin. Yes default

Pin Example 1

Parameter Value
user yizack
id bbfce31e0217a3689c8d961a356cb10d

Result

gists-readme

[![gists-readme](https://gists-readme.yizack.com/api/pin?user=yizack&id=bbfce31e0217a3689c8d961a356cb10d)](https://gist.github.com/Yizack/bbfce31e0217a3689c8d961a356cb10d)
Enter fullscreen mode Exit fullscreen mode

Pin Example 2

Parameter Value
user yizack
id 8a84dabef525fed523573b47258880e0
owner true
theme dark

Result

gists-readme

[![gists-readme](https://gists-readme.yizack.com/api/pin?user=yizack&id=8a84dabef525fed523573b47258880e0&owner=true&theme=dark)](https://gist.github.com/Yizack/8a84dabef525fed523573b47258880e0)
Enter fullscreen mode Exit fullscreen mode

Inspired by anuraghazra/github-readme-stats.
Hosted on Vercel with Node.js.

Top comments (0)