Skip to content

themisir/barcode-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barcode Server

GitHub Docker Pulls Docker Image Size (tag)

Minimalist HTTP server application written in Go to generate Barcodes and QR codes by sending http requests.

GET /generate/{mode}/{size}?data=...

Name Description
Mode Barcode encoding mode
Size Output image size (width and height separated by x character)

Supported Modes

  • ean
  • code39
  • code93
  • code128
  • aztec
  • qr

Installation

You can use barcode-scanner docker image to get started with the library.

docker run -p 8080:80 themisir/barcode-server

Example

http://localhost:8080/generate/qr/300x300?data=https%3A%2F%2Fthemisir.com

About

A simple HTTP API/REST server for generating static barcode images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published