vwedesam / qrcode-service

a Nodejs Service that generate custom QRCode

Home Page:https://qrcode-service.herokuapp.com/?text=addresortext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrcode service

  • An express application for Serving Qrcode

qrcode

Installation

    /~$ git clone https://github.com/vwedesam/qrcode-service.git
    /~$ cd qrcode-service
    qrcode-service/~$ npm install

example

{baseUrl}/?text=anytext&width=200&height=160&logo=logo_url&point1=#343ab67&point0=#091234

params

text(required) - anytext
width(optional) - 
height(optional) -
logo(optional) - link to image/logo
point1(optional) - hex-color code
point0(optional) - hex-color code

License

About

a Nodejs Service that generate custom QRCode

https://qrcode-service.herokuapp.com/?text=addresortext


Languages

Language:JavaScript 96.6%Language:Shell 3.4%