Short v0.0.1 Short View Source

Short is a URL shortening toolkit. It can be used by itself using the builtin Plug or within other web applications by forwarding to Short.Router.

The storing of the URLs and their codes is handled through adapters. See the Short.Adapter documentation for instructions on how to implement one and Short.Adapters.InMemory for an implementation example.