QR Code Generator is a Node.js application that allows you to generate QR codes from URLs. This project leverages the inquirer
package for user input and the qr-image
package to create QR code images in PNG format. You can use this tool to quickly generate QR codes for various purposes, such as sharing URLs, contact information, or product details.
- Generate QR codes from URLs.
- Intuitive command-line interface.
- Supports various environments (Windows, macOS, Linux).
Before you can use the QR Code Generator, you need to have Node.js and a couple of packages installed. Here are the installation steps:
-
Node.js: If you don't have Node.js installed, download and install it from nodejs.org.
-
Clone or download the Repository: Clone this repository to your local machine.
git clone https://github.com/Abhimanyu668/QR-Code-Generator-Node.js.git
-
Navigate to the project directory.:
cd QR-Code-Generator-Node.js
-
Initialize NPM.:
npm init
-
Install Dependencies.:
npm install inquirer qr-image
-
Run the generator from the command line.:
node index.js