- This NodeJS app generates QR code image (png).
- You can select http/https or none.
- Its aim is to convert URL inputs into QR Code png image.
- It can also work with any text input.
- It also writes your input into URL.txt file.
npm i fs inquirer qr-image
node index.js
This repo contains:
- index.js
- package-lock.json
- package.json
- .gitignore
- fs
- inquirer
- qr-image