An application to create a QR code for a given URL
- Create a folder and in that folder create an index.js file.
- Initialize node in this folder by the command
npm init
. - Install npm modules - inquirer and qr-image using the command
npm i qr-image inquirer
. - Run the index.js file and give URL as input in the manner mentioned in URL.txt
- A qr_img.png file would be generated.