This project generates 232x232 PNG QRCodes for any given data in the URL.
Usage:
PORT=1718 go run main.go
curl http://localhost:1718/my-data-hereIf you use Heroku, you can push to there and it will work out of the box.
- net/http is enough or do we have better webservers?
- add specs