2022-08-26 21:10:50 +02:00
2022-08-27 14:00:41 +02:00
2022-08-27 14:00:41 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00
2022-08-26 21:10:50 +02:00

5feet11

A URL shortener that generates links even shorter than 5'11.

Usage

# Shorten a URL
curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"redirectUrl":"https://news.ycombinator.com"}' \
  http://localhost:5111/redirect

# Expand the URL
curl -iL http://localhost:5111/{id}
Description
A scalable URL shortener
Readme 81 KiB
Languages
Go 92%
Dockerfile 7%
Makefile 1%