Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/deploy_examples
Examples for Deno Deploy
https://github.com/denoland/deploy_examples
deno-deploy
Last synced: about 1 month ago
JSON representation
Examples for Deno Deploy
- Host: GitHub
- URL: https://github.com/denoland/deploy_examples
- Owner: denoland
- License: mit
- Created: 2021-03-09T13:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T23:30:17.000Z (over 2 years ago)
- Last Synced: 2024-09-30T17:46:22.869Z (about 1 month ago)
- Topics: deno-deploy
- Language: TypeScript
- Homepage: https://deno.com/deploy/docs
- Size: 360 KB
- Stars: 125
- Watchers: 22
- Forks: 80
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - denoland/deploy_examples - Examples for Deno Deploy (others)
README
# Deno Deploy Examples
This repository contains a list of examples for Deno Deploy.
- [fetch](fetch) - Make outbound requests using the `fetch()` API.
- [json_html](json_html) - Respond to requests with JSON or HTML.
- [post_request](post_request) - Handle POST requests.
- [slack](slack) - A Slack Slash Command example.
- [discord](discord) - A Discord Slash Command example.
- [yaus](yaus) - A URL shortener built on top of Deno Deploy and FaunaDB.
- [issues](issues) - A server rendered (using JSX) website that displays issues
with most comments of a GitHub repository.
- [telegram](telegram) - A Telegram Bot Command example.