2D DataMatrix scanner for 96-well plates. See demo on Heroku.
# install dependencies
brew install imagemagick dmtx-utils
bundle
# run tests
bundle exec rspec
# start web-app
./app
# then open http://localhost:6969See Dockerfile for inspiration.
Heroku will use the Aptfile to install dependencies.
MIT. See LICENSE.md for details.