A tool to parse and process CIFP data for airport procedures.
- TypeScript Compiler: Download TypeScript
- Node.js (includes npm): Download Node.js
- Clone the repository:
git clone https://github.com/jet2code/cifp-parser.git
- Navigate to the project directory:
cd cifp-parser
- Install the dependencies:
npm install
- Compile the TypeScript code:
tsc
Get a procedure for an airport:
npm run main [airport] [procedure]
See a list of procedures for an airport:
npm run main [airport]
Get the EWR4 departure for KEWR airport:
npm run main KEWR EWR4
Get a list of procedures for KEWR airport:
npm run main KEWR