An open API service indexing awesome lists of open source software.

https://github.com/chrisledet/shorty_url

flexing some Sinatra skills writing a url shortener.
https://github.com/chrisledet/shorty_url

ruby url-shortener

Last synced: 8 months ago
JSON representation

flexing some Sinatra skills writing a url shortener.

Awesome Lists containing this project

README

          

= Shorty URL

Shorty URL is written in the Sinatra ruby framework. More on Sinatra here: http://www.sinatrarb.com

Requirements:
* Ruby 1.8.7+
* Rubygems
* Sqlite

Set up:
git clone git://github.com/chrisledet/shorty_url.git
bundle install
bundle exec ruby app.rb -p 3100

View at: http://localhost:3100 and bang!