Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ barcode-api Public archive

API providing barcodes using the bwip-js library

Notifications You must be signed in to change notification settings

joneug/barcode-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barcode-api

This repository contains a Node.js application providing a barcode API using the library bwip-js.

Image Variants

The application is built regularly using automated builds on Docker Hub. The image tag specifies the bwip-js version.

Run

Start the application:

$ docker run --rm -it -p 8080:8080 joneug/barcode-api:2.0.6

Access the API using your browser. Specify the barcode type using the parameter bcid and the text to encode using the parameter text. More information on supported barcode types can be found in the Wiki of bwip-js.

http://localhost:8080/?bcid=code128&text=1234567890