npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/aviationdata_systems

v5.0.0

Published

DataFire integration for AviationData.Systems Airports API V1

Downloads

9

Readme

@datafire/aviationdata_systems

Client library for AviationData.Systems Airports API V1

Installation and Usage

npm install --save @datafire/aviationdata_systems
let aviationdata_systems = require('@datafire/aviationdata_systems').create({
  username: "",
  password: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

AutoCompleteAirportName_AirportNameSearch

Required parameters: airport_name, airport_service_type. Optional parameter: country code (ISO 3166-1).

aviationdata_systems.AutoCompleteAirportName_AirportNameSearch({
  "airport_name": "",
  "airport_service_type": ""
}, context)

Input

  • input object
    • airport_name required string: Required: The airports name
    • airport_service_type required string (values: All, Scheduled, NonScheduled): Required: Needs to be: All, Scheduled or NonScheduled
    • optional_country_code string: Optional: Country code (ISO 3166-1). This can be found via /countries

Output

AirportIATA_AirportIATASearch

Required parameters: airport_iata

aviationdata_systems.AirportIATA_AirportIATASearch({
  "airport_iata": ""
}, context)

Input

  • input object
    • airport_iata required string: Required: The airports IATA code

Output

AirportDetails_AirportNameSearch

Required parameters: airport_name, api_mode

aviationdata_systems.AirportDetails_AirportNameSearch({
  "airport_name": ""
}, context)

Input

  • input object
    • airport_name required string: Required: The airports name

Output

NearestAirports_NearestAirportList

Required parameters: result_count, latitude, longitude, airport_service_type

aviationdata_systems.NearestAirports_NearestAirportList({
  "result_count": 0,
  "latitude": 0,
  "longitude": 0
}, context)

Input

  • input object
    • result_count required integer: Required: Number of airports to return. Min: 1 Max: 20
    • latitude required number: Required: Latitude
    • longitude required number: Required: Longitude

Output

CountryAirportList_CountryAirportList

Required parameters: country code (ISO 3166-1), airport_service_type.

aviationdata_systems.CountryAirportList_CountryAirportList({
  "country_code": "",
  "airport_service_type": ""
}, context)

Input

  • input object
    • country_code required string: Country code (ISO 3166-1). This can be found via /countries
    • airport_service_type required string (values: All, Scheduled, NonScheduled): Required: Needs to be: All, Scheduled or NonScheduled

Output

CountryList_CountryAirportList

Country list. Returns a list of countries where airport data is available

aviationdata_systems.CountryList_CountryAirportList(null, context)

Input

This action has no parameters

Output

Definitions

AirportsAPI.Controllers.AirportDetailsController.Response

  • AirportsAPI.Controllers.AirportDetailsController.Response object

AirportsAPI.Controllers.AirportIATAController.Response

  • AirportsAPI.Controllers.AirportIATAController.Response object

AirportsAPI.Controllers.AutoCompleteAirportNameController.Response

AirportsAPI.Controllers.CountryAirportListController.AirportListResponse

AirportsAPI.Controllers.CountryListController.CountryListResponse

  • AirportsAPI.Controllers.CountryListController.CountryListResponse object

AirportsAPI.Controllers.NearestAirportsController.Response

  • AirportsAPI.Controllers.NearestAirportsController.Response object

AirportsAPI.Models.Airport

AirportsAPI.Models.AirportList

  • AirportsAPI.Models.AirportList object
    • airport_name string
    • airport_type string
    • iata_code string
    • latitude string
    • location string
    • longitude string

AirportsAPI.Models.AirportListAutocomplete

  • AirportsAPI.Models.AirportListAutocomplete object
    • label string
    • value string

AirportsAPI.Models.Country

  • AirportsAPI.Models.Country object
    • continent string
    • country_code string
    • flag_url string
    • name string

AirportsAPI.Models.Frequency

  • AirportsAPI.Models.Frequency object
    • desc string
    • frequency_mhz string
    • frequency_type string

AirportsAPI.Models.Location.Country

  • AirportsAPI.Models.Location.Country object
    • country_code string
    • flag_url string
    • name string

AirportsAPI.Models.Location.Region

  • AirportsAPI.Models.Location.Region object
    • local_code string
    • name string
    • region_code string

AirportsAPI.Models.Runway

  • AirportsAPI.Models.Runway object
    • closed boolean
    • hE_latitude string
    • hE_longitude string
    • he_displaced_threshold_ft string
    • he_elevation_ft string
    • he_heading_deg string
    • le_displaced_threshold_ft string
    • le_elevation_ft string
    • le_heading_deg string
    • le_latitude string
    • le_longitude string
    • length_ft string
    • lighted boolean
    • surface_type string
    • width_ft string