https://github.com/hetao29/qrcode
golang的二维码生成服务,提供http和docker服务
https://github.com/hetao29/qrcode
Last synced: about 1 month ago
JSON representation
golang的二维码生成服务,提供http和docker服务
- Host: GitHub
- URL: https://github.com/hetao29/qrcode
- Owner: hetao29
- Created: 2019-10-14T03:36:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T11:14:58.000Z (about 2 years ago)
- Last Synced: 2025-01-24T15:41:40.669Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```