Skip to content

EppaHarsha/URL-QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL QR Code Generator

This project is a simple Node.js application that generates QR code images from user-provided URLs. It leverages the inquirer package for an interactive command-line interface and qr-image for creating QR code images in .png format.

Features

  • Interactive Command-Line Interface: Guides users to input URLs for QR code generation.
  • Image Output: Generates QR code images and saves them as qrcode.png in the current directory.

Technologies Used

  • Node.js: Server-side runtime environment.
  • NPM Packages:
    • inquirer: Provides a user-friendly command-line interface for input.
    • qr-image: Generates QR code images in various formats.

    How to Run

  1. Clone the repository: git clone https://github.com/EppaHarsha/URL-QR-Code-Generator.git
  2. Install dependencies: npm install
  3. Start the server: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published