Socket
Socket
Sign inDemoInstall

chart-supplements

Package Overview
Dependencies
52
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chart-supplements

Fetch chart supplements for airports


Version published
Weekly downloads
1
decreased by-90.91%
Maintainers
1
Install size
2.51 MB
Created
Weekly downloads
 

Readme

Source

chart-supplements

Build Status NPM Version Coverage

Fetch the latest chart supplements information for airports

Installation

$ npm install --save chart-supplements

Usage

chartSupplements.list(['PANC', 'PADK']).then(results => {
  console.log(JSON.stringify(results, null, 2))
})

Output

[
  {
    "ident": "ANC (PANC)",
    "city": "ANCHORAGE",
    "state": "AK",
    "airport": "TED STEVENS ANCHORAGE INTL",
    "navAid": "",
    "chart": "ANCHORAGE",
    "volBackPages": {
      "name": "AK (PDF)",
      "url": "http://aeronav.faa.gov/afd/02mar2017/AK_rear_02mar2017.pdf"
    },
    "airportNavAidListing": {
      "name": "ak_45_02MAR2017 (PDF)",
      "url": "http://aeronav.faa.gov/afd/02mar2017/ak_45_02MAR2017.pdf"
    }
  },
  {
    "ident": "ADK (PADK)",
    "city": "ADAK ISLAND",
    "state": "AK",
    "airport": "ADAK",
    "navAid": "",
    "chart": "W ALEUTIAN ISLS",
    "volBackPages": {
      "name": "AK (PDF)",
      "url": "http://aeronav.faa.gov/afd/02mar2017/AK_rear_02mar2017.pdf"
    },
    "airportNavAidListing": {
      "name": "ak_32_02MAR2017 (PDF)",
      "url": "http://aeronav.faa.gov/afd/02mar2017/ak_32_02MAR2017.pdf"
    }
  }
]

API

chartSupplements(icaos)

chartSupplements.list(icaos)

icaos

Type: string or array

One of the following:

  • a single ICAO code
  • an array of ICAO codes

chartSupplements.fetchCurrentCycle()

License

MIT © Forrest Desjardins

Keywords

FAQs

Last updated on 29 May 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc