Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 587 Bytes

File metadata and controls

29 lines (19 loc) · 587 Bytes

QRcodeGenerator

This is a simple Node.js application to generate QR codes from URLs. The user is prompted to input a URL, which is then converted into a QR code image.

Prerequisites

  • Node.js installed on your machine.
  • npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repository-name.git
    cd your-repository-name
  2. Install the dependencies:

    npm install

Usage

Run the application:

node index.js