Bookmark app in Sinatra, flexing my Coffeescript skills. Uses jStorage for saving the bookmarks. It makes use of HTML5 local storage and saves all your data there.
- Ruby 1.8.7 or 1.9.2 with rubygems
- CoffeeScript 1.1.1
- Bundler
git clone git://github.com/chrisledet/urlol.git
cd urlol
rake # compiles coffeescript files
bundle install # installs required gems
bundle exec shotgun # runs sinatra using shotgun
- Export to different formats
Used some of the starter code from Peepcode's Coffescript screencast. Very helpful.
DO WHAT THE FUCK YOU WANT TO + BEER/PIZZA PUBLIC LICENSE