Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:27:27.000Z (10 months ago)
- Last Synced: 2024-04-25T08:34:43.744Z (10 months ago)
- Topics: deno, deno-deploy, functions, serverless, serverless-functions
- Language: TypeScript
- Homepage: https://viki.deno.dev
- Size: 70.3 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viki's Deno Functions
[![github-label](https://img.shields.io/badge/gitub-source%20code-000000?style=for-the-badge&logo=github)](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