Skip to content

The QR Code Generator is a Node.js-based command-line tool that converts a user-provided URL into a QR code image. It simplifies the process of generating QR codes, making it easy to share URLs in a scannable format.

Notifications You must be signed in to change notification settings

VishalOjhaa/qr-code-generator-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

GitHub

Description

The QR Code Generator is a Node.js command-line tool that converts a user-provided URL into a QR code image, simplifying the process of generating scannable QR codes for URLs.

Usage

Before using the QR Code Generator, ensure that you have Node.js installed on your system.

Clone and Set Up

  1. Clone or download this repository to your local machine.
    git clone https://github.com/VishalOjhaa/qr-code-generator-nodejs.git
    
  2. Navigate to the project directory.
    cd qr-code-generator-nodejs
    
  3. Install project dependencies.
    npm install
    

Generate QR Codes

  1. Run the generator from the command line.

    node index.js
    
  2. Follow the prompts to input the URL you want to convert into a QR code.

  3. The resulting QR code image will be saved as "your-qr.png" in the project directory.

Dependencies

This project relies on the following dependencies:

  • inquirer: For user input prompts.
  • qr-image: For QR code generation.

Enjoy generating QR codes with this tool!

Author

Vishal Ojha

About

The QR Code Generator is a Node.js-based command-line tool that converts a user-provided URL into a QR code image. It simplifies the process of generating QR codes, making it easy to share URLs in a scannable format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published