0.0.4 • Published 4 months ago

open-pnr v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago