https://github.com/ninepth/qr-code-generator
QR Code generator website built with node.js and express.js
https://github.com/ninepth/qr-code-generator
express nodejs
Last synced: about 2 months ago
JSON representation
QR Code generator website built with node.js and express.js
- Host: GitHub
- URL: https://github.com/ninepth/qr-code-generator
- Owner: NinePTH
- Created: 2024-07-27T11:26:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T07:26:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T04:44:26.033Z (over 1 year ago)
- Topics: express, nodejs
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-Code-Generator
Using inquirer npm package, qr-image npm package, and Node.js File system.
Please add ```"type": "module"``` in the package.json file.
I did not upload the node modules to this repo so you have to ```npm init```, and ```npm install``` all of the packages that I used in this project (inquirer, qr-image, express, body-parser).