Skip to content

JS library to convert Amadeus PNR record to JSON

License

Notifications You must be signed in to change notification settings

acadea/open-pnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JS library to convert Amadeus PNR record to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published