Shortme Versions Save

Yet Another URL Shortening Service in Golang

1.2.0

8 years ago
  • Web support

1.1.0

8 years ago
  • Convert same long urls to different short urls.
  • Short url black list
    • To avoid some words, like f**k and stupid
    • To make sure that apis such as /version and /health will only be used as api not short urls. So that when requesting http://127.0.0 .1:3030/version, version info will be returned rather the long url corresponding to the short url "version".
  • Base string config in configuration file
    • Once this base string is specified, it can not be reconfiged anymore otherwise the shortened urls may not be unique and thus may conflict with previous ones.
  • Avoid short url loop
    • In case we request the short url for an already shortened url by shortme. This is meaningless and will consume more resource in shortme.
  • Shorting only http or https urls

1.0.0

8 years ago
  • Api support