{"id":15436048,"url":"https://github.com/uetchy/ifttt-platform","last_synced_at":"2026-02-09T15:05:49.545Z","repository":{"id":41796227,"uuid":"143980497","full_name":"uetchy/ifttt-platform","owner":"uetchy","description":"Build your custom actions \u0026 triggers for IFTTT platform.","archived":false,"fork":false,"pushed_at":"2023-01-04T21:42:24.000Z","size":1407,"stargazers_count":1,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T16:36:46.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/uetchy.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":"2018-08-08T07:59:06.000Z","updated_at":"2023-05-02T15:40:30.000Z","dependencies_parsed_at":"2023-02-02T21:01:46.848Z","dependency_job_id":null,"html_url":"https://github.com/uetchy/ifttt-platform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uetchy/ifttt-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fifttt-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fifttt-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fifttt-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fifttt-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uetchy","download_url":"https://codeload.github.com/uetchy/ifttt-platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fifttt-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29270172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-01T18:47:53.876Z","updated_at":"2026-02-09T15:05:49.507Z","avatar_url":"https://github.com/uetchy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Ifso\n\u003c/h1\u003e\n\n## Installation\n\n```bash\nnpm install -g ifso\n# or\nyarn add --global ifso\n```\n\n## Usage\n\n```bash\nnpx ifso server\n```\n\n### Writing `action` for IFTTT service\n\n```js\nexports.default = async ({ actionFields }) =\u003e {\n  const { text } = actionFields;\n  console.log(`received: ${text}`);\n};\n```\n\n```js\nexports.default = new Promise((resolve, reject) =\u003e {\n  const { text } = query.actionFields;\n  console.log(`received: ${text}`);\n});\n```\n\n## Writing `trigger`\n\n```js\nexports.default = async query =\u003e {};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fifttt-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuetchy%2Fifttt-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fifttt-platform/lists"}