Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 740 Bytes

Node.js QR Code Generator

This project is a simple QR code generator built using Node.js. It allows users to generate QR codes for various purposes such as URLs.

Installation:

  1. Clone the repository:

    git clone https://github.com/your-username/QR-Code-Generator-.git
    
  2. Navigate to the project directory:

    QR-Code-Generator-
    
  3. Install dependencies:

    npm install
    

Usage:

  1. Run the script:

    node index.js
    
  2. Your QR code will be generated and saved in the specified location and a copy of text file will also be generated.

Contributing:

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.