Skip to content

denoland/deploy_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd36d69 · Mar 23, 2022

History

22 Commits
Mar 23, 2022
Dec 31, 2021
Oct 19, 2021
Dec 31, 2021
Oct 19, 2021
Oct 19, 2021
Dec 31, 2021
Dec 31, 2021
Dec 31, 2021
Apr 19, 2021
Oct 19, 2021
May 13, 2021

Repository files navigation

Deno Deploy Examples

This repository contains a list of examples for Deno Deploy.

  • fetch - Make outbound requests using the fetch() API.
  • json_html - Respond to requests with JSON or HTML.
  • post_request - Handle POST requests.
  • slack - A Slack Slash Command example.
  • discord - A Discord Slash Command example.
  • yaus - A URL shortener built on top of Deno Deploy and FaunaDB.
  • issues - A server rendered (using JSX) website that displays issues with most comments of a GitHub repository.
  • telegram - A Telegram Bot Command example.