You will be asked for a url, then it will save an image with your QRCode and a txt file with the data you entered.
Required libraries:
- inquirer npm package to get user input.
- qr-image npm package to turn the user entered URL into a QR code image
- fs node module to save the user input as a txt file
npm install --save inquirer
npm i qr-image