0.3.0 • Published 6 years ago

onlineticket v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

onlineticket.js

A node.js CLI for reading barcodes on public transport tickets (e.g. Deutsche Bahn). It's a command line wrapper for my uic-918-3 package. Check out this repository for more informations about the parsing logic etc.

This tool is a JavaScript port of Hagen Fritzsch's Python script onlineticket.

Example

Example

Install

# Install global is recommended
npm install -g onlineticket

Usage

# filename.png is a monchrome 1-bit barcode image.
onlineticket --image path/to/file/filename.png
# Alias
onlineticket -i path/to/file/filename.png

# [Flags:]
# -s --signature --> Try to verify the barcode siganture
onlineticket -is path/to/file/filename.png

Contributing

Feel free to contribute.