An open API service indexing awesome lists of open source software.

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

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.