# deploy_examples **Repository Path**: none/deploy_examples ## Basic Information - **Project Name**: deploy_examples - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.