https://github.com/liuyuhe666/my-api
🤓 使用 Deno 和 Hono 构建的简单 API 列表项目。
https://github.com/liuyuhe666/my-api
deno honojs
Last synced: about 2 months ago
JSON representation
🤓 使用 Deno 和 Hono 构建的简单 API 列表项目。
- Host: GitHub
- URL: https://github.com/liuyuhe666/my-api
- Owner: liuyuhe666
- License: gpl-3.0
- Created: 2024-10-02T07:59:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T09:19:25.000Z (over 1 year ago)
- Last Synced: 2025-09-02T23:37:23.229Z (10 months ago)
- Topics: deno, honojs
- Language: TypeScript
- Homepage: https://my-api-by-deno.deno.dev
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
😎 My API
基于 Deno 和 Hono 构建的简单 API 列表项目
## 🧐 API 目录
> 按照添加时间排序。
1. [B站视频封面](https://github.com/liuyuhe666/my-api/wiki/B%E7%AB%99%E8%A7%86%E9%A2%91%E5%B0%81%E9%9D%A2)
2. [TIOBE-编程语言排行榜-Top20](https://github.com/liuyuhe666/my-api/wiki/TIOBE%E2%80%90%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E6%8E%92%E8%A1%8C%E6%A6%9C%E2%80%90Top20)
3. [计数器](https://github.com/liuyuhe666/my-api/wiki/%E8%AE%A1%E6%95%B0%E5%99%A8)
4. [代理](https://github.com/liuyuhe666/my-api/wiki/%E4%BB%A3%E7%90%86)
5. [B站视频排行榜](https://github.com/liuyuhe666/my-api/wiki/B%E7%AB%99%E8%A7%86%E9%A2%91%E6%8E%92%E8%A1%8C%E6%A6%9C)
6. ……
## 🎨 返回格式
除特殊说明外,所有 `API` 默认返回 `json` 格式
## 🧭 使用说明
[https://github.com/liuyuhe666/my-api/wiki](https://github.com/liuyuhe666/my-api/wiki)
## ❤️ License
[GPL-3.0 license](./LICENSE)
## 🎉 Reference
- [https://github.com/vikiboss/60s](https://github.com/vikiboss/60s)
- [https://hono.dev/docs](https://hono.dev/docs)
- [https://deno.com](https://deno.com/)