meme creator is currently running at http://memeifier.com/
meme creator a Sinatra that runs on ruby 1.9.2. It requires imagemagick.
# install da magic
brew install imagemagick
# install da gems
bundle
# run it
shotgun app.rb
# open it up in your browser
open http://localhost:9393
Created by @jkupferman