Skip to content
/ qrgo Public

⚡️ Fast & simple service to generate QR codes from your CLI.

License

Notifications You must be signed in to change notification settings

elsesiy/qrgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrgo

Go Report Card Codacy Badge Twitter

⚡ Fast & simple service to generate QR codes from your CLI written in Go.

Usage

The web app generates png output whereas UTF8 strings are used to display it for your CLI.

Web

curl -L qrgo.elsesiy.com/test

or if you want to pipe the output of another command:

echo "test" | curl -L qrgo.elsesiy.com/-

Local (via Docker)

Run docker build -t elsesiy/qrgo . && docker run --rm -d -p 3000:3000 elsesiy/qrgo and browse here.

Local (from Source)

  1. Install dependency

    go mod download

  2. Build and run

    go build && ./qrgo

Links

About

⚡️ Fast & simple service to generate QR codes from your CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published