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

https://github.com/d3vilh/qrencode

fast qrencode written on go
https://github.com/d3vilh/qrencode

qrencode

Last synced: 12 months ago
JSON representation

fast qrencode written on go

Awesome Lists containing this project

README

          

# qrencode
Fast qrencode written on go

## build

```shell
git clone https://github.com/d3vilh/qrencode
cd qrencode
go build -o qrencode main.go
```

## usage

```shell
qrencode "some text" > qr.png
```