Minimal web content beautification with Readability, written in Go.
Demo: justread.mpgarate.com
export JUST_READ_READABILITY_TOKEN=your_readability_api_token
go get github.com/mpgarate/justread
go get github.com/go-martini/martini
go get github.com/martini-contrib/render
go get github.com/martini-contrib/sessions
go get gopkg.in/mgo.v2
go build
go run server.go
Fork and submit a pull request