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

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

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).