qrcode-image-webserver
v1.0.0
Published
a web server to generate qrcode image
Downloads
1
Readme
qrcode-image-webserver
a web server to generate qrcode image
Usage
node index.js
server start at port 5000.
access server like this: http://localhost:5000/?url=www.baidu.com
url parameter
http://localhost:5000?url=www.baidu.com&size=6
url
, a url text. will auto preappend the http protocol when you lost itsize
, size the qrcode image
License
MIT © gejiawen