https://github.com/hemants1703/qr-code-generator-cli-based
A CLI-based app that generated QR code based on the URL you input
https://github.com/hemants1703/qr-code-generator-cli-based
Last synced: 3 months ago
JSON representation
A CLI-based app that generated QR code based on the URL you input
- Host: GitHub
- URL: https://github.com/hemants1703/qr-code-generator-cli-based
- Owner: hemants1703
- Created: 2023-07-25T10:49:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T08:14:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T00:15:23.144Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR CODE GENERATOR👾
A CLI-based **Node.js** app that generated QR code based on the URL you input# To use on your device💻
Simply clone this repo on your device and in the terminal at the location of this project,
1. Run ```npm install``` in order to install all the dependencies in the first go
2. Run ```npm index.js```
3. Enter the URL you wish to generate a QR code for and then the code will be generated in the directory named ```QR_IMAGE.png```Congratulations🎉 you just generated a QR code for your URL, now you can share it with anyone...