Skip to content

gravityblast/stickerl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stickerl

A QRCode generator web service for personal url shortener, based on the Traffic web framework and qpliu/qrencode-go library.

Installation

go get github.com/pilu/stickerl

Usage

stickerl http://example.com

The above command starts the service on port 7000 with http://example.com as base redirect url. This means that visiting http://localhost:7000/foo, the generated qrcode will have the url http://example.com/foo.

Use stickerl -h for more options.

About

QRCode generator web service written in Go. #golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages