/QR-Code-Generator

Created with node.js

Primary LanguageJavaScriptMIT LicenseMIT

Simple Code Generator Project

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:

  1. inquirer npm package to get user input.
  2. npm install --save inquirer

  3. qr-image npm package to turn the user entered URL into a QR code image
  4. npm i qr-image

  5. fs node module to save the user input as a txt file