Skip to content
/ hits Public

A lightweight access count badge service support multi-platform | 一个轻量级的访问计数徽章服务,支持多平台部署 | powerd by @honojs

License

Notifications You must be signed in to change notification settings

AprilNEA/hits

Repository files navigation

Hits Badge

Hits

一个轻量级的访问计数徽章服务,可以轻松地为你的项目添加访问统计。基于 Cloudflare Workers 构建,使用 Hono 框架开发。

使用方法

在你的 README.md 或任何支持 Markdown 的地方添加以下代码:

![hits](https://hits.aprilnea.com/hits?url=https://github.com/AprilNEA)

your-worker-url.workers.dev 替换为你部署的 Workers 地址,url 参数替换为你想要统计的页面 URL。

特性

  • 🚀 基于 Cloudflare Workers,超快的响应速度
  • 🔒 使用 Durable Objects 确保计数准确性
  • 🎨 简洁美观的徽章设计
  • 🔄 实时更新,无缓存
  • 🛠 使用 TypeScript 开发,类型安全

部署

  1. 克隆仓库:
git clone https://github.com/AprilNEA/hits.git
cd hits
  1. 安装依赖:
bun i
  1. 开发环境运行:
bun dev
  1. 部署到 Cloudflare Workers:
bun run deploy

技术栈

许可证

MIT

示例

hits

About

A lightweight access count badge service support multi-platform | 一个轻量级的访问计数徽章服务,支持多平台部署 | powerd by @honojs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published