Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@datafire/airport_web_appspot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datafire/airport_web_appspot

DataFire integration for airportsapi

latest
Source
npmnpm
Version
6.0.0
Version published
Maintainers
1
Created
Source

@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

  • output ApiEndpointsAirportResponse

Definitions

ApiEndpointsAirportResponse

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

FAQs

Package last updated on 21 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts