Paul Mathieu 235d9272ed A wrapping client and label printing
For now, the server does the printing.
Later it should probably be split into a different service.
2022-09-07 19:08:49 +02:00
2022-09-07 12:40:19 +02:00
2022-09-07 12:40:19 +02:00
2022-09-07 19:08:49 +02:00
2022-09-07 12:40:19 +02:00
2022-09-07 19:08:49 +02:00

chikinz

yarn install

Launch:

node index

Service then available at [http://localhost:3000]

Get a token:

curl -H 'Content-Type: application/json' -d '{"password": "..."}' http://localhost:3000/toktok

Use the token:

curl -H 'Content-Type: application/json' -H 'Authorization: Bearer <<token here>>' -d '{data}' http://localhost:3000/wrap
Description
No description provided
Readme 88 KiB
Languages
JavaScript 87.3%
HTML 12.7%