{"id":15367934,"url":"https://github.com/ptariche/airflow-ts","last_synced_at":"2025-07-28T22:34:37.742Z","repository":{"id":34923198,"uuid":"190662240","full_name":"ptariche/airflow-ts","owner":"ptariche","description":"A Node module for Airflow in Typescript. This uses the experimental API .","archived":false,"fork":false,"pushed_at":"2023-01-23T22:57:53.000Z","size":1377,"stargazers_count":7,"open_issues_count":21,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T22:53:28.363Z","etag":null,"topics":["airflow","api","api-client","javascript","python","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ptariche.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-06-06T23:18:36.000Z","updated_at":"2024-12-28T11:17:44.000Z","dependencies_parsed_at":"2023-02-13T04:31:24.765Z","dependency_job_id":null,"html_url":"https://github.com/ptariche/airflow-ts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ptariche/airflow-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptariche%2Fairflow-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptariche%2Fairflow-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptariche%2Fairflow-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptariche%2Fairflow-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptariche","download_url":"https://codeload.github.com/ptariche/airflow-ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptariche%2Fairflow-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267598219,"owners_count":24113624,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["airflow","api","api-client","javascript","python","typescript"],"created_at":"2024-10-01T13:27:07.511Z","updated_at":"2025-07-28T22:34:37.696Z","avatar_url":"https://github.com/ptariche.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airflow-API\nA Node module for Airflow in Typescript. This uses the experimental Airflow API.\n\n[![npm version](https://badge.fury.io/js/airflow-api.svg)](https://badge.fury.io/js/airflow-api)\n[![Build Status](https://travis-ci.org/ptariche/airflow-ts.svg?branch=master)](https://travis-ci.org/ptariche/airflow-ts)\n\n## Documentation\n\n* [MARKDOWN](./docs-markdown/api-readme.md)\n\n----\n### Prerequisites\n- Node 10+\n\n\n### Installation\nInstall the dependencies and devDependencies and start the server.\n\n```sh\n$ npm install --save airflow-api\n```\n\n### Usage\n```js\n  import {client} from 'airflow-api'; or  const CLIENT = require('airflow-api').client;\n\n  let _client = new CLIENT||client({\n    airflowUrl: 'http://127.0.0.1:8080'\n  });\n\n  _client.checkTest().then(result =\u003e console.log(result)).catch(err =\u003e console.error(err));\n  \n```\n\n### Enums Usage\n```js\n  import * as AirflowEnum from 'airflow-api/dist/types' or   const AIRFLOW_ENUMS = require('airflow-api/dist/types');\n```\n\n### Development\nWant to contribute? Great! Make a Pr!\nOpen your favorite Terminal and run these commands.\n\n\n#### Building for source\nTo release in javascript. The output is dumped in the dist folder:\n```sh\n$ npm run build\n```\n\n#### Testing\n* Uses Jest, Supertest, Chai - Integration Tests needed\n\n    ```sh\n    npm test\n    ```\n\nChangelog\n----\n[Link](./CHANGELOG.md)\n\nLicense\n----\n[Apache-2.0](./LICENSE)\n\n\nAuthor\n----\n[Peter A. Tariche](https://github.com/ptariche)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptariche%2Fairflow-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptariche%2Fairflow-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptariche%2Fairflow-ts/lists"}