{"id":16921698,"url":"https://github.com/strrl/serverless-github-badges","last_synced_at":"2025-03-22T11:30:57.563Z","repository":{"id":43075960,"uuid":"511034956","full_name":"STRRL/serverless-github-badges","owner":"STRRL","description":"Useful GitHub Badges and based on serverless! 🚀☁️","archived":false,"fork":false,"pushed_at":"2022-08-04T15:51:59.000Z","size":208,"stargazers_count":67,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T10:51:29.859Z","etag":null,"topics":["badges","badges-markdown","github-profile-readme","github-readme","serverless","visitor-badge"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/STRRL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-06T07:31:13.000Z","updated_at":"2025-03-10T18:01:58.000Z","dependencies_parsed_at":"2022-08-21T08:40:29.696Z","dependency_job_id":null,"html_url":"https://github.com/STRRL/serverless-github-badges","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/STRRL%2Fserverless-github-badges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRRL%2Fserverless-github-badges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRRL%2Fserverless-github-badges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STRRL%2Fserverless-github-badges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STRRL","download_url":"https://codeload.github.com/STRRL/serverless-github-badges/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244951185,"owners_count":20537333,"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","badges-markdown","github-profile-readme","github-readme","serverless","visitor-badge"],"created_at":"2024-10-13T19:52:53.638Z","updated_at":"2025-03-22T11:30:56.325Z","avatar_url":"https://github.com/STRRL.png","language":"TypeScript","readme":"# serverless-github-badges\n\nThis project is inspired by [puf17640/git-badges](https://github.com/puf17640/git-badges), but built with the serverless stack: Cloudflare Workers and Cloudflare Workers KV.\n\nIt would be cheap and easy to deploy, more important, it has better availability than the self-hosted service.\n\n## Currently available badges\n\n### Visits Badge\n\n[![Visits Badge](https://badges.strrl.dev/visits/STRRL/serverless-github-badges)](https://badges.strrl.dev)\n\nReturn the badge contains the counter of certain GitHub repository.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/visits/${owner}/${repo}\n```\n\nMarkdown:\n\n```text\n[![Visits Badge](https://badges.strrl.dev/visits/${owner}/${repo})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Membership Years Badge\n\n[![Years Badge](https://badges.strrl.dev/years/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the number of years you have been a GitHub member.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/years/${user}\n```\n\nMarkdown:\n\n```text\n[![Years Badge](https://badges.strrl.dev/years/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Public Repositories Badge\n\n[![Public Repos Badge](https://badges.strrl.dev/repos/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the number of your public repositories.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/repos/${user}\n```\n\nMarkdown:\n\n```text\n[![Public Repos Badge](https://badges.strrl.dev/repos/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Public Gists Badge\n\n[![Public Gists Badge](https://badges.strrl.dev/gists/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the number of your public gists.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/gists/${user}\n```\n\nMarkdown:\n\n```text\n[![Public Gists Badge](https://badges.strrl.dev/gists/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Repository Last Updated Time Badge\n\n[![Repo Updated Badge](https://badges.strrl.dev/updated/STRRL/serverless-github-badges)](https://badges.strrl.dev)\n\nReturn the badge contains the last updated time of this repository.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/updated/${owner}/${repo}\n```\n\nMarkdown:\n\n```text\n[![Repo Updated Badge](https://badges.strrl.dev/updated/${owner}/${repo})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Repository Created Time Badge\n\n[![Repo Created Badge](https://badges.strrl.dev/created/STRRL/serverless-github-badges)](https://badges.strrl.dev)\n\nReturn the badge contains the created time of this repository.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/created/${owner}/${repo}\n```\n\nMarkdown:\n\n```text\n[![Repo Created Badge](https://badges.strrl.dev/created/${owner}/${repo})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Contributions Badge\n\n[![Contributions Badge](https://badges.strrl.dev/contributions/daily/STRRL)](https://badges.strrl.dev)\n\n[![Contributions Badge](https://badges.strrl.dev/contributions/weekly/STRRL)](https://badges.strrl.dev)\n\n[![Contributions Badge](https://badges.strrl.dev/contributions/monthly/STRRL)](https://badges.strrl.dev)\n\n[![Contributions Badge](https://badges.strrl.dev/contributions/yearly/STRRL)](https://badges.strrl.dev)\n\n[![Contributions Badge](https://badges.strrl.dev/contributions/all/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the contributions in the certain periodicity.\n\nAvailable values for `periodicity`: `all`, `daily`, `weekly`, `monthly`, `yearly`.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/contributions/${periodicity}/${user}\n```\n\nMarkdown:\n\n```text\n[![Contributions Badge](https://badges.strrl.dev/contributions/${periodicity}/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Commits Badge\n\n[![Commits Badge](https://badges.strrl.dev/commits/daily/STRRL)](https://badges.strrl.dev)\n\n[![Commits Badge](https://badges.strrl.dev/commits/weekly/STRRL)](https://badges.strrl.dev)\n\n[![Commits Badge](https://badges.strrl.dev/commits/monthly/STRRL)](https://badges.strrl.dev)\n\n[![Commits Badge](https://badges.strrl.dev/commits/yearly/STRRL)](https://badges.strrl.dev)\n\n[![Commits Badge](https://badges.strrl.dev/commits/all/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the commits in the certain periodicity.\n\nAvailable values for `periodicity`: `all`, `daily`, `weekly`, `monthly`, `yearly`.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/commits/${periodicity}/${user}\n```\n\nMarkdown:\n\n```text\n[![Commits Badge](https://badges.strrl.dev/commits/${periodicity}/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Issues Badge\n\n[![Issues Badge](https://badges.strrl.dev/issues/daily/STRRL)](https://badges.strrl.dev)\n\n[![Issues Badge](https://badges.strrl.dev/issues/weekly/STRRL)](https://badges.strrl.dev)\n\n[![Issues Badge](https://badges.strrl.dev/issues/monthly/STRRL)](https://badges.strrl.dev)\n\n[![Issues Badge](https://badges.strrl.dev/issues/yearly/STRRL)](https://badges.strrl.dev)\n\n[![Issues Badge](https://badges.strrl.dev/issues/all/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the created issues in the certain periodicity.\n\nAvailable values for `periodicity`: `all`, `daily`, `weekly`, `monthly`, `yearly`.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/issues/${periodicity}/${user}\n```\n\nMarkdown:\n\n```text\n[![Issues Badge](https://badges.strrl.dev/issues/${periodicity}/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub PRs Badge\n\n[![PRs Badge](https://badges.strrl.dev/prs/daily/STRRL)](https://badges.strrl.dev)\n\n[![PRs Badge](https://badges.strrl.dev/prs/weekly/STRRL)](https://badges.strrl.dev)\n\n[![PRs Badge](https://badges.strrl.dev/prs/monthly/STRRL)](https://badges.strrl.dev)\n\n[![PRs Badge](https://badges.strrl.dev/prs/yearly/STRRL)](https://badges.strrl.dev)\n\n[![PRs Badge](https://badges.strrl.dev/prs/all/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the created PRs in the certain periodicity.\n\nAvailable values for `periodicity`: `all`, `daily`, `weekly`, `monthly`, `yearly`.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/prs/${periodicity}/${user}\n```\n\nMarkdown:\n\n```text\n[![PRs Badge](https://badges.strrl.dev/prs/${periodicity}/${user})](https://badges.strrl.dev)\n```\n\n---\n\n### GitHub Issues and PRs Badge\n\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/daily/STRRL)](https://badges.strrl.dev)\n\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/weekly/STRRL)](https://badges.strrl.dev)\n\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/monthly/STRRL)](https://badges.strrl.dev)\n\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/yearly/STRRL)](https://badges.strrl.dev)\n\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/all/STRRL)](https://badges.strrl.dev)\n\nReturn the badge contains the commits in the certain periodicity.\n\nAvailable values for `periodicity`: `all`, `daily`, `weekly`, `monthly`, `yearly`.\n\nURL:\n\n```text\nhttps://badges.strrl.dev/issues-and-prs/${periodicity}/${user}\n```\n\nMarkdown:\n\n```text\n[![Issues and PRs Badge](https://badges.strrl.dev/issues-and-prs/${periodicity}/${user})](https://badges.strrl.dev)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrrl%2Fserverless-github-badges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrrl%2Fserverless-github-badges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrrl%2Fserverless-github-badges/lists"}