spejstore-labelmaker/README.md

14 lines
347 B
Markdown
Raw Permalink Normal View History

2020-05-20 21:55:44 +00:00
# spejstore-labelmaker
```sh
bundle install
bundle exec ruby main.rb
```
try it out:
GET http://localhost:4567/api/2/preview.pdf?id=abcdef&name=ItemName&owner=OptionalOwner
POST http://localhost:4567/api/2/print?id=abcdef&name=ItemName&owner=OptionalOwner
2024-01-30 17:14:09 +00:00
2024-01-31 20:47:09 +00:00
Make sure to pass a printer env. See top of `main.rb` for all env variables available.