https://github.com/zazk/quirk
QR Generator in Node JS
https://github.com/zazk/quirk
javascript nodejs
Last synced: 2 months ago
JSON representation
QR Generator in Node JS
- Host: GitHub
- URL: https://github.com/zazk/quirk
- Owner: zazk
- License: mit
- Created: 2018-09-28T12:22:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T12:33:38.000Z (over 7 years ago)
- Last Synced: 2025-01-09T00:01:35.223Z (over 1 year ago)
- Topics: javascript, nodejs
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qirck: QR Code Generator.
### Setup
- Run `npm install` to install all dependencies.
- Create folder `files` inside the project.
- Run `node index` to run and open browser at localhost:3000
- Navigate to `http://localhost:3000/?q=test` and verfy the file generated in the folder `./files` inside the project.