![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 11 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.