Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 400 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 400 Bytes

Open PNR

An Open Source Amadeus PNR converter.

Installation

Install the package

npm i open-pnr

Usage

import {pnrParser} from 'open-pnr';
// .... 
const parsed = pnrParser(pnrText);
console.log(parsed);

Contributing

Contributions are welcome and will be fully credited.

Please submit a pull request if you noticed an error or wanted to improve the source code.