This application can generate qr code for (url,email,phone,text,location,sms,event,vCard etc).
- clone this repository in your local directory.
- open terminal in that directory and run command
npm i. It will install all the dependencies/ packages.
- 1.nodejs
- 2.expressjs
- 3.qrcode library
- 4.cors
- open terminal and run command
nodemon index.jsornode index.js - once server is running open web browser and type url
http://localhost:5000/
- click on button for which you want to generate qr code.
- you will get input field and generate button . give input and click on generate.
- qr code will be generated you can simply download it also.
- can generate qr for url, email and download them
