iamso / qr-code-service

Simple QR Code generator service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code service

Simple QR Code generator service using the following packages/libs:

Usage

Clone the repo and run npm install. Then use one of the following commands:

Command Description
npm run dev Run the dev task (with Babel)
npm run dist Run the dist task (creates /dist with Babel)
npm run nodemon Run the dev task and watch for changes
npm start Run the dist task and start the dist server

Options

At this moment, there are no options to pass.

License

MIT License

About

Simple QR Code generator service.

License:MIT License


Languages

Language:JavaScript 100.0%