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

Latest commit

 

History

History
23 lines (14 loc) · 967 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 967 Bytes

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