Add a red nose to your images
Rednosio is a shameless copy of Moustachio (see examples in repository there) using red noses instead of moustaches.
Let's assume Go is already installed.
Get the Resize library:
$ go get github.com/nfnt/resize
Clone and run Rednosio:
$ git clone git://github.com/mneudert/rednosio.git
$ cd rednosio
// leave "--port 8080" to use the default port (8080)
$ go run rednosio.go --port 8080
Browse to localhost:8080 and start to rednosify!
In alphabetical order:
Lots of code (cough most of it cough) taken or inspired by Mustachio
Fork, make more awesome, request pull! It's as easy as it sounds.