Skip to content
/ node-qr Public
forked from SunRich/node-qr

nodejs Generate the qr code with logo

Notifications You must be signed in to change notification settings

leosj/node-qr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title date modifiedOn
README
二维码服务
2017-05-15
2017-05-15

开发环境

  1. 开启服务
npm run start

docker部署

服务功能

获取普通二维码

  • 请求 get $host/?url=&size=
  • 参数
    1. url(string):需要转换成二维码的URL地址
    2. size(int):二维码大小
  • 请求示例: get $host/?url=http://www.kaoyaya.com&size=200
  • 响应:
    qrimge

获取带logo二维码

  • 请求 get $host/logo?url=&size=
  • 参数
    1. url(string):需要转换成二维码的URL地址
    2. size(int):二维码大小
  • 请求示例: get $host/logo?url=http://www.kaoyaya.com&size=200
  • 响应:
    qrimge

About

nodejs Generate the qr code with logo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%