This is a simple Node.js application to generate QR codes from URLs. The user is prompted to input a URL, which is then converted into a QR code image.
-
Clone the repository:
git clone https://github.com/yourusername/your-repository-name.git cd your-repository-name -
Install the dependencies:
npm install
Run the application:
node index.js