BCBP boarding pass code parser
npm install bcbp-parser

```
npm install bcbp-parser --save
To use this lib, you have to import:
`javascript``
const { parseBCBP } = require('bcbp-parser');
Check the test folder for use examples.
- Add implementation for security params
Link to the BCBP standard: BCBP-Implementation-Guide
Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.
This project is licensed under the Apache License Version 2.0 - see the LICENSE file for details.