An open API service indexing awesome lists of open source software.

https://github.com/buzzraa/qr-code-generator

This is a simple QR code generator which converts url into a QR image. This project uses the built in node package fs and npm packages inquirer to get the input from the user and qr-image to generate the QR image in Node.js.
https://github.com/buzzraa/qr-code-generator

express fs generator inquirer javascript json nodejs nodemon npm-package npmjs qr-image

Last synced: 3 months ago
JSON representation

This is a simple QR code generator which converts url into a QR image. This project uses the built in node package fs and npm packages inquirer to get the input from the user and qr-image to generate the QR image in Node.js.

Awesome Lists containing this project

README

          

# Qr-code-generator
This was a walkthrough project I did as a requirement for udemy course (The Complete 2023 Web Development Bootcamp) by Dr.Angela Yu.