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

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, <zixia@zixia.net>

Profile of Huan LI (李卓桓) on StackOverflow