Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1lvax/zippr
a ridiculously tiny URL shortener
https://github.com/s1lvax/zippr
hono urlshortener
Last synced: 25 days ago
JSON representation
a ridiculously tiny URL shortener
- Host: GitHub
- URL: https://github.com/s1lvax/zippr
- Owner: s1lvax
- Created: 2024-10-27T08:22:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T08:59:31.000Z (2 months ago)
- Last Synced: 2024-10-28T10:14:53.257Z (2 months ago)
- Topics: hono, urlshortener
- Language: TypeScript
- Homepage: https://zippr.dev
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zippr
## Introduction
Zippr is a blazingly fast url shorter built using [Hono](https://hono.dev/) and [CF KVs](https://developers.cloudflare.com/kv/).
## How it works
Couldn't be simpler:
### Shorten a link
#### Request
```bash
curl -X POST -d '{"url":"https://example.com"}' https://zippr.dev/zip
```#### Example Response
```bash
{"url":"https://zippr.dev/yTS6E"}
```