Skip to content

Simple REST Service to encode and decode datamatrix codes.

Notifications You must be signed in to change notification settings

dwimberger/dmtx-api

Repository files navigation

Datamatrix API

Simple API that will encode and decode Datamatrix 2D barcodes.

Docker

  1. Build image docker build -t dwimberger/dmtx-api .
  2. Run the image using docker run -e ... dwimberger/dmtx-api

Encode datamatrix code

  curl localhost:8080/dmtx/`uuidgen` > test.png

Decode datamatrix code

  curl -F "[email protected]" localhost:8080/dmtx

You can set environment variables e.g.:

  1. Debug Logs: -e "DEBUG=app,handler"

About

Simple REST Service to encode and decode datamatrix codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published