{"id":24440121,"url":"https://github.com/zefir-git/eatc-airlines","last_synced_at":"2025-04-30T11:54:29.585Z","repository":{"id":272516810,"uuid":"916661234","full_name":"zefir-git/eatc-airlines","owner":"zefir-git","description":"A command-line tool and API for retrieving scheduled and historical flight data and generating Endless ATC airline configurations.","archived":false,"fork":false,"pushed_at":"2025-04-07T15:30:08.000Z","size":253,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T16:40:41.314Z","etag":null,"topics":["airlines","airspace","atc","eatc","endlessatc","traffic"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefir-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-14T14:33:53.000Z","updated_at":"2025-04-07T15:30:12.000Z","dependencies_parsed_at":"2025-02-03T09:23:27.540Z","dependency_job_id":"fefd515b-9d86-4010-adac-7273f264b3fa","html_url":"https://github.com/zefir-git/eatc-airlines","commit_stats":null,"previous_names":["zefir-git/eatc-airlines"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir-git%2Featc-airlines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir-git%2Featc-airlines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir-git%2Featc-airlines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir-git%2Featc-airlines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefir-git","download_url":"https://codeload.github.com/zefir-git/eatc-airlines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251694154,"owners_count":21628799,"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":["airlines","airspace","atc","eatc","endlessatc","traffic"],"created_at":"2025-01-20T20:46:01.390Z","updated_at":"2025-04-30T11:54:29.548Z","avatar_url":"https://github.com/zefir-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eatc-airlines\n\nA command-line tool and API for retrieving scheduled and historical flight data and generating *Endless\nATC* airline configurations.\n\n## Features\n\n- Fetch scheduled and past flights (up to 7 days) from [AirNav Radar](https://airnavradar.com).\n- Convert flight data into `airlines` configuration for *Endless ATC* custom airspace.\n- Analyse traffic flow statistics from flight data.\n- Simple, fast, and works offline once data is fetched.\n- No API key or authentication required.\n\n---\n\n## Installation\n\n### Requirements\n\n- [Node.js and NPM](https://nodejs.org/en/download/) (Latest LTS version recommended).\n- A terminal, Command Prompt (cmd.exe), or similar for executing shell commands.\n\n### Install Globally\n\nUse your preferred terminal application to run the following command:\n\n```sh\nnpm install -g eatc-airlines\n```\n\n### Android Installation (via Termux)\n\n1. Install *Termux*, a terminal emulator for Android:\n   \u003cp\u003e\n\n   [\u003cimg src=\"https://wsrv.nl/?url=https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg\u0026h=45\" alt=\"Get it on Google Play\" height=\"45\"\u003e](https://play.google.com/store/apps/details?id=com.termux)\n   [\u003cimg src=\"https://wsrv.nl/?url=https://upload.wikimedia.org/wikipedia/commons/a/a3/Get_it_on_F-Droid_%28material_design%29.svg\u0026h=45\" alt=\"Get it on F-Droid\" height=\"45\"\u003e](https://f-droid.org/packages/com.termux)\n   \u003c/p\u003e\n\n2. Install Node.js and NPM:\n   ```sh\n   pkg install nodejs\n   ```\n3. Install `eatc-airlines`:\n   ```sh\n   npm i -g eatc-airlines\n   ```\n\n### Updating\n\nTo update to the latest version:\n\n```sh\nnpm install -g eatc-airlines@latest\n```\n\n---\n\n## Usage\n\n### Fetching Flight Data\n\nRetrieve scheduled and historical flights (up to 7 days in the past) for a specific airport.\n\n#### Command:\n\n```sh\neatc-airlines fetch \u003cicao\u003e [path]\n```\n\n- `\u003cicao\u003e` – **ICAO airport code** (e.g., `EGLL` for Heathrow).\n- `[path]` – *(Optional)* **File path** to save the data. Defaults to a unique file in the current directory.\n\n#### Example:\n\n```sh\nmkdir EGLL \u0026\u0026 cd EGLL\neatc-airlines fetch EGLL\n```\n\n\u003e [!NOTE]\n\u003e The fetched JSON files should not be manually edited unless you know what you are doing.\n\n---\n\n### Generating `airlines` Configuration for *Endless ATC*\n\nConvert fetched flight data into an `airlines` configuration for *Endless ATC*.\n\n#### Command:\n\n```sh\neatc-airlines gen \u003cpaths...\u003e\n```\n\n- `\u003cpaths...\u003e` – **One or more JSON files or directories** containing flight data.\n\n#### Example:\n\n```sh\n# Convert all flight data in the current directory\neatc-airlines gen .\n\n# Convert all files in a specific directory\neatc-airlines gen ./EGLL\n\n# Convert specific files\neatc-airlines gen file1.json file2.json\n\n# Save output to a file\neatc-airlines gen ./EGLL \u003e EGLL-airlines.txt\n```\n\n---\n\n### Analysing Traffic Flow\n\nGenerate basic statistics on traffic flow from fetched flight data.\n\n#### Command:\n\n```sh\neatc-airlines flow \u003cpaths...\u003e\n```\n\nUses the same arguments as the `gen` command.\n\n#### Example:\n\n```sh\neatc-airlines flow ./EGLL\n```\n\n---\n\n## Contributing\n\nThis project is **free and open-source** under\nthe [GNU General Public License, Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html). Contributions are welcome!\n\nFor inquiries or collaboration, contact:\n\n| Matrix | [@zefir:cloudnode.pro](https://matrix.to/#/@zefir:cloudnode.pro) |\n|--------|------------------------------------------------------------------|\n| E-mail | [eatc+airlines@zefir.pro](mailto:eatc+airlines@zefir.pro)        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir-git%2Featc-airlines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefir-git%2Featc-airlines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir-git%2Featc-airlines/lists"}