6.0.0 • Published 5 years ago

@datafire/airport_web_appspot v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/airport_web_appspot

Client library for airportsapi

Installation and Usage

npm install --save @datafire/airport_web_appspot
let airport_web_appspot = require('@datafire/airport_web_appspot').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

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

Description

Get name and website-URL for airports by ICAO code. Covered airports are mostly in Germany.

Actions

AirportApi_getAirport

airport_web_appspot.AirportApi_getAirport({
  "icao_code": ""
}, context)

Input

  • input object
    • icao_code required string

Output

Definitions

ApiEndpointsAirportResponse

  • ApiEndpointsAirportResponse object
    • ICAO string
    • last_update string
    • name string
    • url string
6.0.0

5 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

8 years ago

2.0.0

8 years ago