This is the code that runs http://placezombie.com and was forked from metaltoad/memeplacer. So all credit really goes to them.
I really only made it so this could run on Heroku, so if you were wanting to host this on your own box, you're better off forking the original repository.
If you have any suggestions please let me know, or better yet, send a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request