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

https://github.com/peruibeloko/template-deno-api

Template for Deno REST APIs using Hono
https://github.com/peruibeloko/template-deno-api

api deno hono rest template

Last synced: 2 months ago
JSON representation

Template for Deno REST APIs using Hono

Awesome Lists containing this project

README

          

# Template Repo for Deno REST APIs

This exposes a very simple `/status/:number` endpoint on port 8080 which returns the text for the provided status code. It uses [httpstat.us](http://httpstat.us/) as the source of status code info and [Hono](https://hono.dev/) as the framework.