Skip to content

sandrodevx/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

QR Code Example

A simple Node.js application that generates QR codes from user-provided URLs and saves them as PNG images. The application also saves the original URL in a text file for future reference.


Features

  • User Input: Prompts the user to enter a URL.
  • QR Code Generation: Generates a QR code image (qr_img.png) from the provided URL.
  • URL Storage: Saves the original URL in a text file (URL.txt).
  • Error Handling: Includes validation for URLs and handles errors gracefully.

Prerequisites

Before running the project, ensure you have the following installed:

  • Node.js (v14 or higher)
  • npm (usually comes with Node.js)

Installation

  1. Clone the repository or download the project files:
    git clone https://github.com/sandrodevx/qr-code-generator.git
    cd qr-code-generator
    
    npm install
    
    node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published