Skip to content

BenEddi/node-qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Generator API

  • Setting up the server :

Clone the code then run "npm install"

  • Running the server:

run "npm start"

  • Trying The api:

curl --location --request POST 'http://localhost:7777/qr' \ --header 'Content-Type: application/json' \ --data-raw '{ "items": [ "Hello world!", "Hakuna Matata" ] }'

About

A node batch qr code generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published