Spoonerize everything.
This project allows you to easily deploy a spoonerized website to Heroku. For the uninformed, read about Spoonerisms.
Check out Nacker Hews a spoonerized version of Hacker News. Some gems from there:
Read comments on any post for a crazy time.
Set BASE_URL
to any site you want:
PORT=8000 BASE_URL=https://news.ycombinator.com go run web.go
- Click the button above.
- Set the
BASE_URL
Heroku config variable to the URL of the site you want to spoonerize. - Repeat with another site.
MIT