
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
terminal-procedures
Advanced tools
Fetch the latest terminal procedures information from https://www.faa.gov/
$ npm install --save terminal-procedures
const terminalProcedures = require('./')
terminalProcedures.list('KBRO').then(results => {
console.log(JSON.stringify(results, null, 2))
})
{
"documents": {
"terminalProcedures": [
[
{
"name": "AIRPORT DIAGRAM (PDF)",
"type": "APD",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061ad.pdf#nameddest=(BRO)"
},
{
"name": "ILS OR LOC RWY 13 (PDF)",
"type": "IAP",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061il13.pdf#nameddest=(BRO)"
},
{
"name": "RNAV (GPS) RWY 13 (PDF)",
"type": "IAP",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061r13.pdf#nameddest=(BRO)"
},
{
"name": "RNAV (GPS) RWY 18 (PDF)",
"type": "IAP",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061r18.pdf#nameddest=(BRO)"
},
{
"name": "LOC BC RWY 31 (PDF)",
"type": "IAP",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061lbc31.pdf#nameddest=(BRO)"
},
{
"name": "VOR OR TACAN-A (PDF)",
"type": "IAP",
"url": "http://aeronav.faa.gov/d-tpp/1707/00061vta.pdf#nameddest=(BRO)"
},
{
"name": "LAHSO (PDF)",
"type": "LAH",
"url": "http://aeronav.faa.gov/d-tpp/1707/sc3lahso.pdf#nameddest=(BRO)"
},
{
"name": "TAKEOFF MINIMUMS (PDF)",
"type": "MIN",
"url": "http://aeronav.faa.gov/d-tpp/1707/sc3to.pdf#nameddest=(BRO)"
},
{
"name": "ALTERNATE MINIMUMS (PDF)",
"type": "MIN",
"url": "http://aeronav.faa.gov/d-tpp/1707/sc3alt.pdf#nameddest=(BRO)"
}
]
]
}
}
terminalProcedures(icaos)
terminalProcedures.list(icaos)
icaos
Type: string
or array
One of the following:
terminalProcedures.fetchCurrentCycle()
Fetch the current diagrams distribution cycle numbers (.e.g, 1813)
MIT © Forrest Desjardins
FAQs
Fetch terminal procedures from https://www.faa.gov/
The npm package terminal-procedures receives a total of 3 weekly downloads. As such, terminal-procedures popularity was classified as not popular.
We found that terminal-procedures demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.