Skip to content

YasinCoder0x0/QR-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Έ QR Code Generator

This is a simple Node.js command-line application that takes a URL input from the user and generates a QR code image (QRimage.png) for that URL.

✨ Features

  • Prompt user to input a URL.
  • Generate a QR code from the entered URL.
  • Save the QR code image as QRimage.png in the local directory.

πŸ“¦ Technologies Used

  • Inquirer – For command-line interaction.
  • qr-image – For generating QR code images.
  • Node.js built-in fs module – For saving the image file.

πŸš€ Installation

  1. Clone the repository
    git clone https://github.com/your-username/url-qr-generator.git
    cd url-qr-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published