Skip to content

wechaty/qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrcode

Wechaty QR Code Online API Service

Wechaty QR Code

Usage

Add your QR Code to the end of the URL of https://wechaty.github.io/qrcode/ then paste it to your browser to display the QR Code image.

const QRCODE_URL = 'https://wechaty.github.io/qrcode/'
const url = QRCODE_URL + 'https://login.weixin.qq.com/l/YYk19JaKVA=='

console.log(url)
// Output https://wechaty.github.io/qrcode/https://login.weixin.qq.com/l/YYk19JaKVA==

Then open it in browser, that's it!

Click me: https://wechaty.github.io/qrcode/https://login.weixin.qq.com/l/YYk19JaKVA==

API

https://wechaty.github.io/qrcode/ + QR Code

Thanks

  • qrcode.js Cross-browser QRCode generator for javascript

History

master

v0.2 (Jun 30, 2020)

  1. Init code base
  2. Show QR Code in browser without any backend service
  3. Make beautiful project icon image

Author

Huan LI (李卓桓), Tencent TVP of Chatbot, <[email protected]>

Profile of Huan LI (李卓桓) on StackOverflow

Copyright & License

  • Code & Docs © 2020 Huan LI <[email protected]>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons