Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yihleego/url-shortener-go
- Owner: yihleego
- License: wtfpl
- Created: 2022-09-14T14:12:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T17:30:27.000Z (over 2 years ago)
- Last Synced: 2024-06-19T16:30:04.961Z (7 months ago)
- Topics: murmur, shortlink, url-shortener
- Language: Go
- Homepage: https://uuw.io
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)