@ktmcp-cli/airport-on-time-performance
v1.0.4
Published
Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.
Downloads
15
Maintainers
Readme
Airport On-Time Performance CLI
Production-ready command-line interface for the Airport On-Time Performance API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Airport On-Time Performance API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
Installation
npm install -g @ktmcp-cli/airport-on-time-performanceOr install locally:
cd airport-on-time-performance
npm install
npm linkConfiguration
Set API Key
airport-on-time-performance config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://api.example.comView Configuration
airport-on-time-performance config list
airport-on-time-performance config get apiKeyUsage
airport-ontime-prediction
# List items
airport-on-time-performance airport-ontime-prediction list
# Get item by ID
airport-on-time-performance airport-ontime-prediction get <id>
# Output as JSON
airport-on-time-performance airport-ontime-prediction list --jsonAvailable Resources
airport-ontime-prediction
JSON Output
All commands support --json flag for machine-readable output:
airport-on-time-performance airport-ontime-prediction list --jsonLicense
MIT License - see LICENSE file for details.
