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

https://github.com/hetao29/qrcode

golang的二维码生成服务,提供http和docker服务
https://github.com/hetao29/qrcode

Last synced: about 1 month ago
JSON representation

golang的二维码生成服务,提供http和docker服务

Awesome Lists containing this project

README

        

# 二维码服务
v1.0.2

## 特点

1. 支持自定义宽高
2. 支持自定义前景色和背景色

```使用方法
http://localhost/qr?s=250&t=https://&bgcolor=&fgcolor=FF11EE
其中参数说明
s size 为二维码宽高
t text 为二维码码的文本
bgcolor 为背景色,默认透明
fgcolor 为前景色,默认黑色

```

## 使用

```bash
make start
```

## 构建

```bash
make build
```