12 lines
225 B
Markdown
12 lines
225 B
Markdown
# qrcodegenerator
|
|
|
|
This utility is for generating QR Code for any text / url.
|
|
|
|
## clonning and Installation
|
|
```
|
|
git clone https://github.com/developedbysom/qrcodegenerator.git
|
|
cd qrcodegenerator
|
|
npm install
|
|
npm run start
|
|
```
|