{"id":15377095,"url":"https://github.com/abraham/github-repository","last_synced_at":"2025-10-20T08:42:11.221Z","repository":{"id":48902749,"uuid":"119431475","full_name":"abraham/github-repository","owner":"abraham","description":"GitHub Repository Web Component","archived":false,"fork":false,"pushed_at":"2023-07-26T08:21:38.000Z","size":420,"stargazers_count":16,"open_issues_count":7,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T14:06:45.203Z","etag":null,"topics":["github","github-repository","web-components"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/github-repository","language":"TypeScript","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/abraham.png","metadata":{"funding":{"github":"abraham"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-01-29T19:37:13.000Z","updated_at":"2025-02-15T13:37:34.000Z","dependencies_parsed_at":"2024-06-20T19:06:27.079Z","dependency_job_id":"07b2dfb3-e28b-48e3-b125-d0f790ac7a8b","html_url":"https://github.com/abraham/github-repository","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abraham%2Fgithub-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abraham%2Fgithub-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abraham%2Fgithub-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abraham%2Fgithub-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abraham","download_url":"https://codeload.github.com/abraham/github-repository/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249110292,"owners_count":21214302,"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":["github","github-repository","web-components"],"created_at":"2024-10-01T14:09:40.914Z","updated_at":"2025-10-20T08:42:11.151Z","avatar_url":"https://github.com/abraham.png","language":"TypeScript","readme":"\u0026lt;github-repository\u0026gt;\n====\n\n[![Version Status](https://img.shields.io/npm/v/github-repository.svg?style=flat\u0026label=version\u0026colorB=4bc524)](https://npmjs.com/package/github-repository)\n[![macOS Build Status](https://img.shields.io/circleci/project/github/abraham/github-repository.svg?style=flat\u0026label=macos)](https://circleci.com/gh/abraham/github-repository)\n[![Linux Build Status](https://img.shields.io/travis/abraham/github-repository.svg?style=flat\u0026label=linux)](https://travis-ci.org/abraham/github-repository)\n[![Windows Build Status](https://img.shields.io/appveyor/ci/abraham/github-repository.svg?style=flat\u0026label=windows)](https://ci.appveyor.com/project/abraham/github-repository)\n[![Dependency Status](https://david-dm.org/abraham/github-repository.svg?style=flat)](https://david-dm.org/abraham/github-repository)\n[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/github-repository.svg?style=flat\u0026colorB=4bc524)](https://bundlephobia.com/result?p=github-repository)\n\nInstall\n----\n\nPolyfill tags if you need them. This will include ShadowDOM and Custom Elements support.\n\n```\n\u003cscript src=\"https://unpkg.com/@webcomponents/webcomponentsjs@latest/bundles/webcomponents-sd-ce.js\"\u003e\u003c/script\u003e\n```\n\nLoading this component. It would be a good idea to use a specific version instead of `latest`.\n\n```\n\u003cscript src=\"https://unpkg.com/github-repository@latest/dist/github-repository.min.js\"\u003e\u003c/script\u003e\n```\n\nExample\n----\n\n[Live demo](https://codepen.io/abraham/pen/PQoeqV)\n\nUsage\n----\n\nSet the `owner-repo` attribute to the `username/repository` of a GitHub repository.\n\n```\n\u003cgithub-repository owner-repo=\"angular/angular\"\u003e\u003c/github-repository\u003e\n```\n\n![Example](/images/simple.png)\n\nFor more advanced usage you can include:\n\n- `\u003cimg slot=\"images\" /\u003e` to include a preview image\n- A number of `\u003ca slot=\"badges\"\u003e\u003cimg /\u003e\u003c/a\u003e` to include status badges\n\n```\n\u003cgithub-repository owner-repo=\"abraham/twitter-status\"\u003e\n  \u003cimg slot=\"images\" src=\"https://raw.githubusercontent.com/abraham/twitter-status/master/images/simple.png\" alt=\"Twitter Status embed preview\" /\u003e\n\n  \u003ca slot=\"badges\" href=\"https://npmjs.com/package/twitter-status\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/twitter-status.svg?style=flat\u0026label=version\u0026colorB=4bc524\" alt=\"Version Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca slot=\"badges\" href=\"https://circleci.com/gh/abraham/twitter-status\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/circleci/project/github/abraham/twitter-status.svg?style=flat\u0026label=macos\" alt=\"macOS Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca slot=\"badges\" href=\"https://travis-ci.org/abraham/twitter-status\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/abraham/twitter-status.svg?style=flat\u0026label=linux\" alt=\"Linux Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca slot=\"badges\" href=\"https://ci.appveyor.com/project/abraham/twitter-status\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/appveyor/ci/abraham/twitter-status.svg?style=flat\u0026label=windows\" alt=\"Windows Build Status\" /\u003e\n  \u003c/a\u003e\n\u003c/github-repository\u003e\n\n```\n\n![Example with image and badges](/images/advanced.png)\n\nGitHub API Rate limit\n----\n\nThis Web Component makes unauthenticated requests to the GitHub API. Since the GitHub API has a fairly restrictive 60 requests/hour per IP address, API responses are cached in `localStorage`.\n\nLicense\n----\n\nGithubRepository is released under an MIT license.\n\nBuilt, tested, and published with [Nutmeg](https://nutmeg.tools).\n","funding_links":["https://github.com/sponsors/abraham"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabraham%2Fgithub-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabraham%2Fgithub-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabraham%2Fgithub-repository/lists"}