Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasyahuyasa/qrcoded
QR code generator server
https://github.com/vasyahuyasa/qrcoded
cli golang qrcode server
Last synced: about 2 months ago
JSON representation
QR code generator server
- Host: GitHub
- URL: https://github.com/vasyahuyasa/qrcoded
- Owner: vasyahuyasa
- License: mit
- Created: 2019-09-28T20:26:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T12:21:22.000Z (over 5 years ago)
- Last Synced: 2024-06-20T14:18:19.125Z (7 months ago)
- Topics: cli, golang, qrcode, server
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrcoded
__WORK IN PROGRESS__
QR code generator server and cli tool
## Install
```sh
$ go get -u github.com/vasyahuyasa/qrcoded/cmd/qrcoded
```## Start server
```
Usage of ./qrcoded:
-d verbose information
-h string
host (default "0.0.0.0")
-p int
port (default 80)
````$ ./qrcoded -p 80 -d`
## Make query
Open in browser
`http://localhost:80/?q=test&s=1024&r=l`
| Param | Default | Required | Comment |
|-------|---------|----------|---------|
|q | | * | Text for encoding |
|s | 256 | | Size of output picture in pixels |
|r | m | | Error correction level, can be l, m, q, h |