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
- Host: GitHub
- URL: https://github.com/peruibeloko/template-deno-api
- Owner: peruibeloko
- License: mit
- Created: 2023-05-15T00:33:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T15:48:21.000Z (about 1 year ago)
- Last Synced: 2025-07-26T13:42:39.418Z (11 months ago)
- Topics: api, deno, hono, rest, template
- Language: TypeScript
- Homepage: https://hono.dev
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.