Skip to content

Template for Deno REST APIs using Hono

License

Notifications You must be signed in to change notification settings

Peruibeloko/template-deno-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 as the source of status code info and Hono as the framework.