Skip to content

Simple Treepoam server app with api to generate a datamatrix code

Notifications You must be signed in to change notification settings

interface24/dmcodeapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dmcodeapi

Simple Treepoam server app with api to generate a datamatrix code

Treepoem uses the ghostscript library and must be manually installed on the host using a package manager for the OS.

Linux

apt-get install ghostscript

Mac

brew install ghostscript

Docker

Use the Dockerfile and it will automatically start the server with the API.

URL

http://127.0.0.1:5000/datamatrix?data=Hallo%20Welt

Problems

Due to gohstscript the response from the server can take at least 4s.

About

Simple Treepoam server app with api to generate a datamatrix code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published