Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 272 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 272 Bytes

Readability

Can find more at my blog Write a Readability Tool

Run

  1. Stand run

PORT default 8080

PORT=<port> REDIS_URL=redis://<address:port> go run main.go
  1. Use Docker

See dockerfile