{"id":23293393,"url":"https://github.com/kiritaniayaka/visitcount","last_synced_at":"2026-05-15T20:31:58.369Z","repository":{"id":159317973,"uuid":"461107008","full_name":"KiritaniAyaka/VisitCount","owner":"KiritaniAyaka","description":"A simple counter for readme page or webpage. (Deployed on Vercel. Written in TypeScript)","archived":false,"fork":false,"pushed_at":"2023-04-30T16:05:17.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T21:38:18.922Z","etag":null,"topics":["counter","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://visit-count.vercel.app/","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/KiritaniAyaka.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-19T06:27:28.000Z","updated_at":"2023-09-02T03:17:03.000Z","dependencies_parsed_at":"2023-06-12T01:30:25.615Z","dependency_job_id":null,"html_url":"https://github.com/KiritaniAyaka/VisitCount","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KiritaniAyaka/VisitCount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiritaniAyaka%2FVisitCount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiritaniAyaka%2FVisitCount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiritaniAyaka%2FVisitCount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiritaniAyaka%2FVisitCount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KiritaniAyaka","download_url":"https://codeload.github.com/KiritaniAyaka/VisitCount/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiritaniAyaka%2FVisitCount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["counter","typescript","vercel"],"created_at":"2024-12-20T06:15:40.929Z","updated_at":"2026-05-15T20:31:58.352Z","avatar_url":"https://github.com/KiritaniAyaka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VisitCount\n\n\u003e **Warning**\n\u003e\n\u003e The service this project depends [CountAPI](https://countapi.xyz/) is down. So it will not work again.\n\n![Visitors](https://visit-count.vercel.app/api/count?id=KiritaniAyaka.VisitCount)\n\nA simple counter for readme page or webpage.\n\n# How to use\n\nYou need a unique `id` for your counter.\n\nThen add markdown fragment below into your page:\n\n```md\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId)\n```\n\n## Best Practices\n\n### Use in README\n\nCompose the `id` like this: `UserName.RepoName` in readme of your repository.\n\nOr in personal Profile README, use: `UserName`\n\n### Use in webpage\n\nIf you want to use in webpage (such as blog, etc.), you should transform the url to `id` for each different article.\n\nLike this:\n\n\u003e myblog.com/article/1  =\u003e `?id=myblog.com.article.1`\n\u003e\n\u003e myblog.com/article/1  =\u003e `?id=myblog.com-article-1`\n\nOr any transform rules you like but you should **make sure different articles use different ids and no one else use the same id as you**\n\n# Customize\n\n## Custom Label\n\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026label=Welcome)\n\n```md\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026label=Welcome)\n```\n\n## Custom Color\n\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026labelColor=4b8bf5\u0026color=pink)\n\n```md\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026labelColor=4b8bf5\u0026color=pink)\n```\n\nYou can use hex value or color name.\n\n## Badge Style\n\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026style=for-the-badge)\n\n```md\n![Visitors](https://visit-count.vercel.app/api/count?id=YourId\u0026style=for-the-badge)\n```\n\n# Deploy\n\nI'm using vercel serverless **free plan** to deploy this project on [https://visit-count.vercel.app/](https://visit-count.vercel.app/) that's the link you have seen above.\n\nIf there are too many requests send to it may down. (Cause **free plan**)\n\nSo if you have a lot of demand, you can fork this repository and deploy on Vercel.\n\nClick this button to rapid deploy:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/KiritaniAyaka/VisitCount)\n\n# Referenced project\n\nThe idea of this project references [jwenjian/visitor-badge](https://github.com/jwenjian/visitor-badge) .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiritaniayaka%2Fvisitcount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiritaniayaka%2Fvisitcount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiritaniayaka%2Fvisitcount/lists"}