5feet11/README.md

325 B

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 '{"longUrl":"https://news.ycombinator.com"}' \
  http://localhost:5111/api/v1/links

# Expand the URL
curl -iL http://localhost:5111/{id}