Skip to content

QR Code Generator is a Node.js application that allows you to generate QR codes from URLs. You can use this tool to quickly generate QR codes for various purposes, such as sharing URLs, contact information, or product details.

Notifications You must be signed in to change notification settings

Abhimanyu668/QR-Code-Generator-Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

QR Code Generator is a Node.js application that allows you to generate QR codes from URLs. You can use this tool to quickly generate QR codes for various purposes, such as sharing URLs, contact information, or product details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published