PROJECT OVERVIEW
This project is a simple Command Line Interface (CLI) QR Code Generator built using Node.js. It allows users to input a URL or text and generates a QR code image file. The project utilizes the following npm packages:
- Inquirer: To prompt the user for input in the command line.
- qr-image: To generate QR codes and save them as image files.
Features
- Interactive CLI to input text or a URL.
- Generates a QR code from the input.
- Saves the QR code as a PNG image file.
- Simple and easy-to-use interface.
Technologies Used
- Node.js
- Inquirer.js (for user input)
- qr-image (for QR code generation)
- Filesystem (fs) (to save the QR code image)
Installation & Setup Ensure you have Node.js installed.
Install dependencies by running: npm install inquirer qr-image
Run the application: node index.js