/qr-code-generator

with node.js

Primary LanguageJavaScript

qr-code-generator

  1. Use the inquirer npm package to get user input.
  2. Use the qr-image npm package to turn the user entered URL into a QR code image.
  3. Create a txt file to save the user input using the native fs node module.