Skip to content

RahulAgnihotri2001/QR-Code_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-Code_Generator

An application to create a QR code for a given URL

Steps

  1. Create a folder and in that folder create an index.js file.
  2. Initialize node in this folder by the command npm init.
  3. Install npm modules - inquirer and qr-image using the command npm i qr-image inquirer.
  4. Run the index.js file and give URL as input in the manner mentioned in URL.txt
  5. A qr_img.png file would be generated.

About

An application to create a QR code for a given URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published