https://github.com/wechaty/qrcode
Online QRCode Image Generator
https://github.com/wechaty/qrcode
decoder online qrcode wechaty
Last synced: 5 months ago
JSON representation
Online QRCode Image Generator
- Host: GitHub
- URL: https://github.com/wechaty/qrcode
- Owner: wechaty
- License: apache-2.0
- Created: 2020-06-29T12:27:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T02:39:26.000Z (about 6 years ago)
- Last Synced: 2025-06-06T10:11:36.552Z (about 1 year ago)
- Topics: decoder, online, qrcode, wechaty
- Language: HTML
- Homepage: https://wechaty.github.io/qrcode/https://wechaty.github.io/qrcode
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrcode
Wechaty QR Code Online API Service

## 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.
```ts
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:
## API
`https://wechaty.github.io/qrcode/` + QR Code
## Thanks
- [qrcode.js](https://davidshimjs.github.io/qrcodejs/) Cross-browser QRCode generator for javascript
## History
### master
### v0.2 (Jun 30, 2020)
1. Init code base
1. Show QR Code in browser without any backend service
1. Make beautiful project icon image
## Author
[Huan LI](https://github.com/huan) ([李卓桓](http://linkedin.com/in/zixia)),
Tencent TVP of Chatbot, \
[](https://stackexchange.com/users/265499)
## Copyright & License
- Code & Docs © 2020 Huan LI \
- Code released under the Apache-2.0 License
- Docs released under Creative Commons