https://github.com/gravityblast/stickerl
QRCode generator web service written in Go. #golang
https://github.com/gravityblast/stickerl
Last synced: about 1 year ago
JSON representation
QRCode generator web service written in Go. #golang
- Host: GitHub
- URL: https://github.com/gravityblast/stickerl
- Owner: gravityblast
- License: mit
- Created: 2013-10-12T18:57:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T04:09:27.000Z (over 12 years ago)
- Last Synced: 2025-04-12T04:09:09.443Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stickerl
A QRCode generator web service for personal url shortener, based on the [Traffic web framework](https://github.com/pilu/traffic) and
[qpliu/qrencode-go](https://github.com/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.