A simple HTTP service to generate a custom QR code from the given data.
The main purpose of this project is just for me to learn more about Go.
Link: https://qrcodemux.onrender.com/qrcode?data=helloworld&size=512
data
(required): Whatever you want to encode into a QR code.size
(optional): Set the size for generated QR code.