Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 868 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 868 Bytes

F-klubben's inventory solution

A tool for counting the inventory in F-klubben.

Hardware

The page is intended for a barcode scanner. The specific model in mind is the Netum NT-1698W.

Dependencies

  • jQuery - for manipulating the DOM
  • JsBarcode - for generating barcodes These are already shipped in the repository.

Testing

Testing is done manually. To run a simple webserver (using Python3's http.server), simply run the following command:

./test-server.sh

A webserver is now available at http://localhost:8000/inventory.html