Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"}
```