https://github.com/vikiboss/deno-functions
🦖 A set of useful serverless functions powered by Deno and deployed by Deno Deploy. They're fast!
https://github.com/vikiboss/deno-functions
deno deno-deploy functions serverless serverless-functions
Last synced: 6 months ago
JSON representation
🦖 A set of useful serverless functions powered by Deno and deployed by Deno Deploy. They're fast!
- Host: GitHub
- URL: https://github.com/vikiboss/deno-functions
- Owner: vikiboss
- License: mit
- Created: 2022-11-09T07:54:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:06:32.000Z (10 months ago)
- Last Synced: 2025-06-04T05:53:20.013Z (7 months ago)
- Topics: deno, deno-deploy, functions, serverless, serverless-functions
- Language: CSS
- Homepage: https://viki.deno.dev
- Size: 88.9 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viki's Deno Functions
[](https://github.com/vikiboss/deno-functions)
A set of useful serverless **functions** powered by [Deno](https://deno.land/) and deployed by [Deno Deploy](https://deno.dev/). They're fast!
## Functions
- [**Baidu Wiki API**](https://github.com/vikiboss/deno-functions/tree/main/functions/baike): https://baike.deno.dev
百度百科 API,获取词条信息、词条义项列表、历史上的今天。
- [**Markdown to HTML API**](https://github.com/vikiboss/deno-functions/tree/main/functions/markdown2html): https://markdown2html.deno.dev
Transform `Markdown` into `HTML` string, support many languages' sytax highlighting in code block.
- [**Generate QR Code API**](https://github.com/vikiboss/deno-functions/tree/main/functions/get-qrcode): http://get-qrcode.deno.dev
Generate QR code image by passing a `text` parameter and optional `size`.
## Thanks
[KusStar/deno-serverless-functions](https://github.com/KusStar/deno-serverless-functions)
## License
[MIT](https://github.com/vikiboss/deno-functions/tree/main/LICENSE) License © 2022-PRESENT Viki