Skip to content

A simple HTTP service to generate a custom QR code from the given data.

Notifications You must be signed in to change notification settings

qhungg289/qrcode-mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qrcode-mux

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.

Usage

Link: https://qrcodemux.onrender.com/qrcode?data=helloworld&size=512

Parameters

  • data (required): Whatever you want to encode into a QR code.
  • size (optional): Set the size for generated QR code.

About

A simple HTTP service to generate a custom QR code from the given data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages