Skip to content

Transform a json list into a collection of svg QRcodes

License

Notifications You must be signed in to change notification settings

antoine-q/qrcode-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCode list generator

This little project aims to help you transform a list of elements into a collection of QRCodes into SVG format. This can be useful for generating tags for your shop.

How to use it ?

simply run

$ npm install

to install dependencies.

After add a file called data.json containing the json list of string you want to convert into QRCodes. For now the wanted key needed into the json objects is "url". The program will search for key called "url" and it will convert the value into QRcodes.

When your data is ready, create a directory called result your QRCodes will be created inside.

When everything is done simply run :

$ node ./index.js

The program will create the QRCodes.

Troubleshooting

If something is not clear or not working, let me know ! :)

license

MIT

About

Transform a json list into a collection of svg QRcodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published