denoland / deno-kv-hackathon

Rules, details, and place to submit your project for the Deno KV hackathon.
18 stars 2 forks source link

Pygmy #3

Open jturner opened 1 year ago

jturner commented 1 year ago

Team or Project Name

Pygmy

Team Members

Me, myself, and I

Screenshots of your Project

Screenshot 2023-06-14 at 9 49 05 AM

Link to demo on Deno Deploy

https://whole-robin-78.deno.dev/urls https://whole-robin-78.deno.dev/urls/a8578b4c (redirects to https://deno.com/kv)

Link to project's public GitHub repo

https://github.com/jturner/pygmy

Any final comments you'd like to add?

Pygmy is a simple url shortener written in Deno using Deno KV. Add new URLs by POSTing JSON to /urls. You can see all available URLs by GETing /users and GETing a shortened URL will redirect you.