Skip to content

freeformz/spoonerizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoonerizer

Spoonerize everything.

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. Follow the instructions here: https://mmcgrana.github.io/2012/09/getting-started-with-go-on-heroku.html

  2. Set the BASE_URL Heroku config variable to the URL of the site you want to spoonerize:

    heroku config:set BASE_URL=https://news.ycombinator.com
  3. Repeat with another site.

License

MIT

About

Spoonerize everything. An experiment in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.4%
  • HTML 11.6%