MettaSurendhar / qrGenerator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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