onlineticket

0.3.0 • Public • Published

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.

Package Sidebar

Install

npm i onlineticket

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

354 kB

Total Files

6

Last publish

Collaborators

  • justusjonas74