A simple QR code generator built using Node.js that allows users to create QR codes for their URL.
Generate QR codes from URLs.
Save QR codes as image files (PNG, JPEG, etc.).
Easily integrate into your Node.js applications.
To deploy this project run
Clone this repository to your local machine:-
git Clone https://github.com/Diptenusarkar/Website-Template.git
Move to the project directory:-
cd QR_CODE_GENERATOR
Install the required dependencies:-
npm install
Generate a QR code from the command line by running:
node .\index.js
Once you entered the command line usage it will ask for your URL :-