Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 863 Bytes

README.md

File metadata and controls

63 lines (40 loc) · 863 Bytes

CIFP Parser

A tool to parse and process CIFP data for airport procedures.

Requirements:

Setup:

  1. Clone the repository:
git clone https://github.com/jet2code/cifp-parser.git
  1. Navigate to the project directory:
cd cifp-parser
  1. Install the dependencies:
npm install
  1. Compile the TypeScript code:
tsc

Run:

Get a procedure for an airport:

npm run main [airport] [procedure]

See a list of procedures for an airport:

npm run main [airport]

Examples:

Get the EWR4 departure for KEWR airport:

npm run main KEWR EWR4

Get a list of procedures for KEWR airport:

npm run main KEWR