Skip to content

A command line app for generating qr codes for URLs using JavaScript , inquirer and qr-image packages

Notifications You must be signed in to change notification settings

MettaSurendhar/qrGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL to QRcode Generator


  • Must have node package manager (npm)

    • If npm is note installed then activate npm by downloading and installing nodejs and npm.

    • Click here to download nodejs - download

  • Install the node modules by using the following command

    • Either npm i or npm i --force

  • After installing node modules

    • Run the code in terminal using npm start command

  • In Command line

    • Inially it shows

      • Type in your URL please :

    • Enter the url and press Enter to run the code

    • Then it shows the following

      • file has been created

  • Then finally the file will be created and saved in images folder

  • And the details of URLs and its respective image code name will be saved in url.txt file