Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akabharat/qr-code-generator
generate QR code implemented using node.js
https://github.com/akabharat/qr-code-generator
javascript nodejs project qrcode qrcode-generator
Last synced: about 2 months ago
JSON representation
generate QR code implemented using node.js
- Host: GitHub
- URL: https://github.com/akabharat/qr-code-generator
- Owner: AKABharat
- License: mit
- Created: 2023-07-22T09:18:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T09:33:01.000Z (over 1 year ago)
- Last Synced: 2023-07-22T10:25:16.841Z (over 1 year ago)
- Topics: javascript, nodejs, project, qrcode, qrcode-generator
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR-Code-Generator
generate QR code implemented using node.js## Dependencies
- "inquirer": A collection of common interactive command-line user interfaces.
- "qr-image": A package to generate QR codes as PNG images.
- "fs": A built-in Node.js module for file system operations.
## Contributing
Contributions to this repository are welcome! If you have any improvements, bug fixes, or new features to suggest, feel free to open an issue or submit a pull request.
## License
This code is open-source and licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute this code for both commercial and non-commercial purposes.
Happy QR code generating!