Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 318 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 318 Bytes

QRServer

Generate and cache QR codes in a Go way.

Installation

go get github.com/mixcm/QRServer

Run

QRServer -port=[Port to listen] -node=[Name of current node]

Example:

QRServer -port=:23184 -node=China.Beijing.01
QRServer -port=127.0.0.1:28080 -node=US.LosAngeles.02