https://github.com/densu341/node-qrcode-simple
Simple project using nodejs for generate qrcode
https://github.com/densu341/node-qrcode-simple
ejs-templates nodejs qrcode-generator
Last synced: 4 months ago
JSON representation
Simple project using nodejs for generate qrcode
- Host: GitHub
- URL: https://github.com/densu341/node-qrcode-simple
- Owner: Densu341
- Created: 2023-08-25T06:54:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T14:50:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-05T00:49:43.215Z (4 months ago)
- Topics: ejs-templates, nodejs, qrcode-generator
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-JS-Simple-QR-Code-Generator-and-Download
npm package used : https://www.npmjs.com/package/qrcode
In this project user can generate the QR code and download the file.
# Test on local
## Install dependencies
```
npm install
```
## Run
```
npm start
```
## Open on your browser
```
http://localhost:3000/
```
## Sample Output