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.
- Host: GitHub
- URL: https://github.com/buzzraa/qr-code-generator
- Owner: BuZZraa
- Created: 2023-08-20T11:08:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T17:28:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T03:13:30.370Z (over 1 year ago)
- Topics: express, fs, generator, inquirer, javascript, json, nodejs, nodemon, npm-package, npmjs, qr-image
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.