1.1.2 • Published 3 years ago

plnprsr v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

plnprsr

Parser for Microsoft Flight Simulator (2020) .PLN flight plan files. Converts between an XML string to a Flight Plan JSON.

Installation

Using npm:

npm i plnprsr

Using yarn:

yarn add plnprsr

Usage

Using CommonJS

const {parsePln} = require('plnprsr');

Using imports

import {parsePln} from 'plnprsr';

Then

const parsedPlan = parsePln(/*your XML string*/);

Documentation

See DOCS

Other

This package is not affiliated to or endorsed by Microsoft in any way.