Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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