This project is a simple Node.js application that generates QR code images from user-provided URLs. It leverages the inquirer package for an interactive command-line interface and qr-image for creating QR code images in .png format.
- Interactive Command-Line Interface: Guides users to input URLs for QR code generation.
- Image Output: Generates QR code images and saves them as qrcode.png in the current directory.
- Node.js: Server-side runtime environment.
- NPM Packages:
- inquirer: Provides a user-friendly command-line interface for input.
- qr-image: Generates QR code images in various formats.
- Clone the repository: git clone https://github.com/EppaHarsha/URL-QR-Code-Generator.git
- Install dependencies: npm install
- Start the server: npm start