Skip to content

develersrl/gopherize.3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopherize.3D

Build with:

go build

"Production" usage

If you want the QR codes to be accessible from outside, use for example your Wifi IP address for the fsaddr parameter:

./gopherize_3d run -fsaddr 192.168.1.13:8888

By default, the UI is accessible, only locally, from 127.0.0.1:9999, to change this use the uiaddr parameter:

./gopherize_3d run -uiaddr 192.168.1.13:9999

Development

Start the server:

go run .

Call the snapshot api with a PNG image, get the corresponding QRcode (JPEG);

base64 ~/Downloads/gopher-front.png | curl -XPOST http://localhost:6666/api/snapshot -d @- | base64 -d > qrcode.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published