Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bcbp-parser

cluny8530Apache 2.00.0.5

BCBP boarding pass code parser

bcbp, iata, boarding pass, bar code, parse

readme

Build Status Coverage Status

bcbp-parser

BCBP boarding pass code parser.

Get Started

Install

npm install bcbp-parser --save

Usage

To use this lib, you have to import:

const { parseBCBP } = require('bcbp-parser');

Check the test folder for use examples.

TODO

  • Add implementation for security params

IATA

Link to the BCBP standard: BCBP-Implementation-Guide

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

License

This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details.