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

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

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.