Generate QR codes from URLs using this simple command-line tool.built using nodejs.
used nodejs version v.20.11.0 LTS
- Node.js installed on your machine.
cd qr-code-generator
npm install inquirer and qr-image for modules and json packages.
1.Run the QR code generator:
npm start
2.Enter a URL when prompted.
3.The QR code image (qr_img.png) and the URL text file (URL.txt) will be generated in the project directory.
1.inquirer: For interactive command-line prompts.
2.qr-image: For generating QR codes.
3.fs: Node.js built-in library for file system operations.
1.Email:[email protected]
2.Phone:9042590636