This is a simple Node.js command-line application that takes a URL input from the user and generates a QR code image (QRimage.png
) for that URL.
- Prompt user to input a URL.
- Generate a QR code from the entered URL.
- Save the QR code image as
QRimage.png
in the local directory.
- Inquirer β For command-line interaction.
- qr-image β For generating QR code images.
- Node.js built-in
fs
module β For saving the image file.
- Clone the repository
git clone https://github.com/your-username/url-qr-generator.git cd url-qr-generator