{"id":17816674,"url":"https://github.com/saurabhdaware/github-profile-card","last_synced_at":"2025-07-23T21:38:22.844Z","repository":{"id":98520104,"uuid":"137056293","full_name":"saurabhdaware/github-profile-card","owner":"saurabhdaware","description":"Unofficial Github profile card made using github api","archived":false,"fork":false,"pushed_at":"2019-07-14T10:03:13.000Z","size":192,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T11:51:32.537Z","etag":null,"topics":["css","github-profile","github-profile-card","javascript"],"latest_commit_sha":null,"homepage":"https://apps.saurabhdaware.in/github-profile-card","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/saurabhdaware.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":"2018-06-12T10:31:07.000Z","updated_at":"2022-11-29T08:16:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8f4cb89-3db3-4350-b812-c8c59dfe0801","html_url":"https://github.com/saurabhdaware/github-profile-card","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saurabhdaware/github-profile-card","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabhdaware%2Fgithub-profile-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabhdaware%2Fgithub-profile-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabhdaware%2Fgithub-profile-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabhdaware%2Fgithub-profile-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saurabhdaware","download_url":"https://codeload.github.com/saurabhdaware/github-profile-card/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabhdaware%2Fgithub-profile-card/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266753962,"owners_count":23979144,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","github-profile","github-profile-card","javascript"],"created_at":"2024-10-27T16:38:57.191Z","updated_at":"2025-07-23T21:38:22.816Z","avatar_url":"https://github.com/saurabhdaware.png","language":"JavaScript","readme":"# Github Profile Card\nUnofficial Github profile card for your websites / blogs\n\n### Generator : [https://apps.saurabhdaware.in/github-profile-card](https://apps.saurabhdaware.in/github-profile-card) \n\n\n## How to use\n\n- Enter your username, repository names(seprated by \",\") and paste wherever you want your card to appear\n```\n    \u003cdiv username='saurabhdaware' repos='github-profile-card, storm, stormv2,planetZerugoria' class='github-card' id=\"card\"\u003e\u003c/div\u003e\n```\n\n- If you want to add all your repositories\n```\n    \u003cdiv username='saurabhdaware' repos='all' class='github-card' id='card'\u003e\n```\n\n- Paste following code before the end of body tag `\u003c/body\u003e` or in between your `\u003chead\u003e\u003c/head\u003e` tags\n\n```\n    \u003cscript src='https://saurabhdaware.github.io/github-profile-card/card.js'\u003e\u003c/script\u003e\n```\n\n- If you dont want to show repositories you can simply remove those attributes\n```\n    \u003cdiv username='saurabhdaware' class='github-card' id=\"card\"\u003e\u003c/div\u003e\n\n```\n\n## How to customize\n- These are the original styles of outer div\n```\n.github-profile{\n    margin:0 !important;\n    padding:0;\n    display:inline-block;\n    border:1px solid black;\n    width:300px;\n    font-family: 'Play', sans-serif;\n    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)\n}\n```\n\n\n- If your name doesn't fit perfectly in the card you can adjust the width of that card with\n```\n.github-profile{\n    width:400px !important;\n}\n```\n\n\n- Adding more than 3 repositories will add a scrollbar in the card if you want to remove that scrollbar you can put following in your css\n```\n.github-card-repos{\n    max-height:none !important;\n    overflow-y: visible !important;\n}\n```\n\n- You can see full css file [here](https://saurabhdaware.github.io/github-profile-card/cardStyle.css)\nIf you want to change any style just overwrite them with your css\n\n\n## Example\n- Input\n\n```\n\u003chtml\u003e\n    \u003chead\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n        \u003c!-- Other html --\u003e\n        \u003cdiv username='saurabhdaware' repos='github-profile-card,storm,stormv2,planetZerugoria' class='github-card' id=\"card\"\u003e\u003c/div\u003e\n        \u003c!-- More html --\u003e\n        \u003cscript src='https://saurabhdaware.github.io/github-profile-card/card.js'\u003e\u003c/script\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\n- Output\n\n![](example.png)\n\n\n##\n- Let me know if you find any bug.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhdaware%2Fgithub-profile-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaurabhdaware%2Fgithub-profile-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhdaware%2Fgithub-profile-card/lists"}