Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antfu/qr-verify
A CLI to verify scannable QR Code in batch
https://github.com/antfu/qr-verify
qrcode
Last synced: 16 days ago
JSON representation
A CLI to verify scannable QR Code in batch
- Host: GitHub
- URL: https://github.com/antfu/qr-verify
- Owner: antfu
- License: mit
- Created: 2023-07-25T19:46:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T12:17:53.000Z (11 months ago)
- Last Synced: 2024-12-09T02:46:45.421Z (27 days ago)
- Topics: qrcode
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 113
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# qr-verify
[![NPM version](https://img.shields.io/npm/v/qr-verify?color=a1b858&label=)](https://www.npmjs.com/package/qr-verify)
A CLI to verify scannable QR Code in batches, and categorize them in subdirectories.
Powered by [qr-scanner-wechat](https://github.com/antfu/qr-scanner-wechat), the algorithm from WeChat, bundled into WASM.## Usage
1. Install [Node.js](https://nodejs.org/).
2. Open the terminal, `cd` into the directory containing the target images, and run:
```bash
npx qr-verify
```## Sponsors
## License
[MIT](./LICENSE) License © 2023 [Anthony Fu](https://github.com/antfu)