Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.48 KB

QR Code Generator

GitHub

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.

Table of Contents

Features

  • Generate QR codes from URLs.
  • Intuitive command-line interface.
  • Supports various environments (Windows, macOS, Linux).

Installation

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:

  1. Node.js: If you don't have Node.js installed, download and install it from nodejs.org.

  2. Clone or download the Repository: Clone this repository to your local machine.

    git clone https://github.com/Abhimanyu668/QR-Code-Generator-Node.js.git
    
  3. Navigate to the project directory.:

    cd QR-Code-Generator-Node.js
    
  4. Initialize NPM.:

     npm init
  5. Install Dependencies.:

      npm install inquirer qr-image
  6. Run the generator from the command line.:

     node index.js