Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 907 Bytes

Spoonerizer

Spoonerize everything.

Deploy

This project allows you to easily deploy a spoonerized website to Heroku. For the uninformed, read about Spoonerisms.

Example

Check out Nacker Hews a spoonerized version of Hacker News. Some gems from there:

Sirefox in my wocket Mina's Charket Mash

Read comments on any post for a crazy time.

Usage

Running Locally

Set BASE_URL to any site you want:

PORT=8000 BASE_URL=https://news.ycombinator.com go run web.go

Deploying to Heroku

  1. Click the button above.
  2. Set the BASE_URL Heroku config variable to the URL of the site you want to spoonerize.
  3. Repeat with another site.

License

MIT