A simple URL shortening API built with Grape. Backed by Redis. Reads and writes are as fast as 30ms on my quad core Macbook.
url and key as paramaters, with the key being optional. If the key is not provided, it will create a unique one.$ bundle install
$ rackup