{"id":20208364,"url":"https://github.com/yizack/gists-readme","last_synced_at":"2025-04-10T12:55:50.028Z","repository":{"id":61081093,"uuid":"478973875","full_name":"Yizack/gists-readme","owner":"Yizack","description":"Display a card wtih your Gists on your GitHub README.md. Made with Node.js on Vercel.","archived":false,"fork":false,"pushed_at":"2025-03-18T05:21:35.000Z","size":965,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T06:23:48.026Z","etag":null,"topics":["badges","gist-files","gists","github","github-profile","profile","profile-readme","readme","readme-generator","readme-md"],"latest_commit_sha":null,"homepage":"https://gists-readme.yizack.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yizack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-07T12:24:58.000Z","updated_at":"2025-03-18T05:21:39.000Z","dependencies_parsed_at":"2023-12-26T16:06:05.675Z","dependency_job_id":"407a809d-6b8d-43dd-96f6-4e1b194b98d1","html_url":"https://github.com/Yizack/gists-readme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yizack%2Fgists-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yizack%2Fgists-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yizack%2Fgists-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yizack%2Fgists-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yizack","download_url":"https://codeload.github.com/Yizack/gists-readme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248222081,"owners_count":21067698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["badges","gist-files","gists","github","github-profile","profile","profile-readme","readme","readme-generator","readme-md"],"created_at":"2024-11-14T05:35:18.573Z","updated_at":"2025-04-10T12:55:50.010Z","avatar_url":"https://github.com/Yizack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![gists-readme](https://github.com/Yizack/gists-readme/assets/16264115/7f5bd747-8334-41ac-9b80-8817b20396a4)\n\n[![Vercel build](https://img.shields.io/github/deployments/yizack/gists-readme/Production?label=Build\u0026logo=vercel)](https://gists-readme.yizack.com/)\n[![Tests](https://github.com/Yizack/gists-readme/actions/workflows/tests.yml/badge.svg)](https://github.com/Yizack/gists-readme/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/gh/Yizack/gists-readme/branch/main/graph/badge.svg?token=HR7SFR4C5N)](https://codecov.io/gh/Yizack/gists-readme)\n\n# GitHub Gists Readme (gists-readme)\n\nDisplay a card with your Gists on your GitHub README.md\n\n- [Gists List Card](#gists-list-card)\n  - [Example 1](#card-example-1)\n  - [Example 2](#card-example-2)\n  - [Example 3](#card-example-3)\n- [Gist Pin](#gist-pin)\n  - [Example 1](#pin-example-1)\n  - [Example 2](#pin-example-2)\n\nGenerate your card here: [https://gists-readme.yizack.com](https://gists-readme.yizack.com)\n\n## Cache\n\nCache is configured to expire after 4 hours and is implemented on the Vercel Edge Network by using `Cache-Control: max-age=0, s-maxage=14400` header for every API response.\n\n## Gists List Card\n\nDisplay a list of your gists\n\n### Parameters\n\n| Parameter | Description                   | Optional | Default value |\n| --------- | ----------------------------- | -------- | ------------- |\n| `user`    | Your GitHub profile username. | No       |               |\n| `theme`   | Set the theme of the card.    | Yes      | `default`     |\n| `n`       | Number of Gists to display.   | Yes      | `30`          |\n| `title`   | Set the title of the card.    | Yes      | `My Gists`    |\n\n### Card Example 1\n\n| Parameter | Value    |\n|-----------|----------|\n| user      | `yizack` |\n| theme     | `dark`   |\n\n#### Result\n\n[![gists-readme](https://gists-readme.yizack.com/api?user=yizack\u0026theme=dark)](https://gist.github.com/Yizack)\n\n```md\n[![gists-readme](https://gists-readme.yizack.com/api?user=yizack\u0026theme=dark)](https://gist.github.com/Yizack)\n```\n\n### Card Example 2\n\n| Parameter | Value    |\n|-----------|----------|\n| user      | `yizack` |\n| n         | `2`      |\n\n#### Result\n\n[![gists-readme](https://gists-readme.yizack.com/api?user=yizack\u0026n=2)](https://gist.github.com/Yizack)\n\n```md\n[![gists-readme](https://gists-readme.yizack.com/api?user=yizack\u0026n=2)](https://gist.github.com/Yizack)\n```\n\n### Card Example 3\n\n| Parameter | Value          |\n|-----------|----------------|\n| user      | `Cy4Bot`       |\n| n         | `20`           |\n| title     | `Cy4Bot Gists` |\n\n#### Result\n\n[![gists-readme](https://gists-readme.yizack.com/api?user=Cy4Bot\u0026n=20\u0026title=Cy4Bot+Gists)](https://gist.github.com/Cy4Bot)\n\n```md\n[![gists-readme](https://gists-readme.yizack.com/api?user=Cy4Bot\u0026n=20\u0026title=Cy4Bot+Gists)](https://gist.github.com/Cy4Bot)\n```\n\n## Gists Pin\n\n\n### Parameters\n\n| Parameter | Description                   | Optional | Default value |\n| --------- | ----------------------------- | -------- | ------------- |\n| `id`      |  Your Gist ID                 | No       |               |\n| `owner`   | Shows the owner of the gist,  | Yes      | `false`       |\n| `theme`   | Sets the theme of the pin.    | Yes      | `default`     |\n\n### Pin Example 1\n\n| Parameter | Value                              |\n|-----------|------------------------------------|\n| id        | `bbfce31e0217a3689c8d961a356cb10d` |\n\n#### Result\n\n[![gists-readme](https://gists-readme.yizack.com/api/pin?id=bbfce31e0217a3689c8d961a356cb10d)](https://gist.github.com/Yizack/bbfce31e0217a3689c8d961a356cb10d)\n\n```md\n[![gists-readme](https://gists-readme.yizack.com/api/pin?id=bbfce31e0217a3689c8d961a356cb10d)](https://gist.github.com/Yizack/bbfce31e0217a3689c8d961a356cb10d)\n```\n\n### Pin Example 2\n\n| Parameter | Value                              |\n|-----------|------------------------------------|\n| id        | `07694a749c8fc5f4d996a2bd50237939` |\n| owner     | `true`                             |\n| theme     | `dark`                             |\n\n#### Result\n\n[![gists-readme](https://gists-readme.yizack.com/api/pin?id=07694a749c8fc5f4d996a2bd50237939\u0026owner=true\u0026theme=dark)](https://gist.github.com/Yizack/07694a749c8fc5f4d996a2bd50237939)\n\n```md\n[![gists-readme](https://gists-readme.yizack.com/api/pin?id=07694a749c8fc5f4d996a2bd50237939\u0026owner=true\u0026theme=dark)](https://gist.github.com/Yizack/07694a749c8fc5f4d996a2bd50237939)\n```\n\n##\n\nInspired by [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats).\\\nHosted on [Vercel](https://vercel.com/) with Node.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyizack%2Fgists-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyizack%2Fgists-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyizack%2Fgists-readme/lists"}