Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yihleego/url-shortener-go

URL shortener helps you shorten unwieldy links and share branded links with custom domains at scale.
https://github.com/yihleego/url-shortener-go

murmur shortlink url-shortener

Last synced: about 1 month ago
JSON representation

URL shortener helps you shorten unwieldy links and share branded links with custom domains at scale.

Awesome Lists containing this project

README

        

# URL Shortener

URL shortener helps you shorten unwieldy links and share branded links with custom domains at scale.

## Usage

### Shorten

```shell
curl -X POST --location "http://localhost:18080" \
-d "https://www.github.com/"
```

### Redirect

http://localhost:18080/jqHNa

### Example

[uuw.io/jqHNa](https://uuw.io/jqHNa)

## Demo

[uuw.io](https://uuw.io/)

## Links

- [yihleego/murmurhash3](https://github.com/yihleego/murmurhash3)
- [yihleego/base62](https://github.com/yihleego/base62)
- [MurmurHash - Wikipedia](https://en.wikipedia.org/wiki/MurmurHash)
- [Base62 - Wikipedia](https://en.wikipedia.org/wiki/Base62)