{"id":26990544,"url":"https://github.com/fdesjardins/terminal-procedures","last_synced_at":"2025-04-03T21:38:21.721Z","repository":{"id":11754749,"uuid":"70453535","full_name":"fdesjardins/terminal-procedures","owner":"fdesjardins","description":"Fetch terminal procedures using Node.js","archived":false,"fork":false,"pushed_at":"2023-01-06T02:29:45.000Z","size":501,"stargazers_count":11,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T12:35:18.511Z","etag":null,"topics":["airports","aviation","faa","terminal-procedures"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdesjardins.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-10T05:02:12.000Z","updated_at":"2024-02-19T23:54:48.000Z","dependencies_parsed_at":"2023-01-11T18:10:54.775Z","dependency_job_id":null,"html_url":"https://github.com/fdesjardins/terminal-procedures","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fterminal-procedures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fterminal-procedures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fterminal-procedures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fterminal-procedures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdesjardins","download_url":"https://codeload.github.com/fdesjardins/terminal-procedures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247085971,"owners_count":20881157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airports","aviation","faa","terminal-procedures"],"created_at":"2025-04-03T21:38:21.177Z","updated_at":"2025-04-03T21:38:21.708Z","avatar_url":"https://github.com/fdesjardins.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terminal-procedures\n\nFetch the latest terminal procedures information from https://www.faa.gov/\n\n[![NPM Version][npm-image]][npm-url]\n[![Build Status][travis-image]][travis-url]\n[![Coverage][coveralls-image]][coveralls-url]\n[![Maintainability][code-climate-image]][code-climate-url]\n\n## Installation\n\n```\n$ npm install --save terminal-procedures\n```\n\n## Usage\n\n```js\nconst terminalProcedures = require('./')\n\nterminalProcedures.list('KBRO').then(results =\u003e {\n  console.log(JSON.stringify(results, null, 2))\n})\n```\n\n### Output\n\n```json\n{\n  \"documents\": {\n    \"terminalProcedures\": [\n      [\n        {\n          \"name\": \"AIRPORT DIAGRAM (PDF)\",\n          \"type\": \"APD\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061ad.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"ILS OR LOC RWY 13 (PDF)\",\n          \"type\": \"IAP\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061il13.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"RNAV (GPS) RWY 13 (PDF)\",\n          \"type\": \"IAP\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061r13.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"RNAV (GPS) RWY 18 (PDF)\",\n          \"type\": \"IAP\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061r18.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"LOC BC RWY 31 (PDF)\",\n          \"type\": \"IAP\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061lbc31.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"VOR OR TACAN-A (PDF)\",\n          \"type\": \"IAP\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/00061vta.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"LAHSO (PDF)\",\n          \"type\": \"LAH\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/sc3lahso.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"TAKEOFF MINIMUMS (PDF)\",\n          \"type\": \"MIN\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/sc3to.pdf#nameddest=(BRO)\"\n        },\n        {\n          \"name\": \"ALTERNATE MINIMUMS (PDF)\",\n          \"type\": \"MIN\",\n          \"url\": \"http://aeronav.faa.gov/d-tpp/1707/sc3alt.pdf#nameddest=(BRO)\"\n        }\n      ]\n    ]\n  }\n}\n```\n\n## API\n\n### `terminalProcedures(icaos)`\n\n### `terminalProcedures.list(icaos)`\n\n#### `icaos`\n\nType: `string` or `array`\n\nOne of the following:\n\n- a single ICAO code\n- an array of ICAO codes\n\n### `terminalProcedures.fetchCurrentCycle()`\n\nFetch the current diagrams distribution cycle numbers (.e.g, 1813)\n\n## License\n\nMIT © [Forrest Desjardins](https://github.com/fdesjardins)\n\n[npm-url]: https://www.npmjs.com/package/terminal-procedures\n[npm-image]: https://img.shields.io/npm/v/terminal-procedures.svg?style=flat\n[travis-url]: https://travis-ci.org/fdesjardins/terminal-procedures\n[travis-image]: https://img.shields.io/travis/fdesjardins/terminal-procedures.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/fdesjardins/terminal-procedures\n[coveralls-image]: https://img.shields.io/coveralls/fdesjardins/terminal-procedures.svg?style=flat\n[code-climate-url]: https://codeclimate.com/github/fdesjardins/terminal-procedures/maintainability\n[code-climate-image]: https://api.codeclimate.com/v1/badges/62235bf632b6f023b461/maintainability\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fterminal-procedures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdesjardins%2Fterminal-procedures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fterminal-procedures/lists"}