{"id":16805502,"url":"https://github.com/dewski/ifttt","last_synced_at":"2025-07-30T23:35:02.327Z","repository":{"id":66282018,"uuid":"70856095","full_name":"dewski/ifttt","owner":"dewski","description":"Publish IFTTT events to your maker channel","archived":false,"fork":false,"pushed_at":"2016-12-12T21:19:14.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:45:02.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dewski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-13T23:24:49.000Z","updated_at":"2016-10-13T23:33:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6a9ea67-50c7-4586-89b1-0a23f16d7237","html_url":"https://github.com/dewski/ifttt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dewski/ifttt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewski%2Fifttt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewski%2Fifttt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewski%2Fifttt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewski%2Fifttt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dewski","download_url":"https://codeload.github.com/dewski/ifttt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dewski%2Fifttt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960848,"owners_count":24172508,"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-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-10-13T09:48:27.175Z","updated_at":"2025-07-30T23:35:02.292Z","avatar_url":"https://github.com/dewski.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ifttt\n\n [![](https://godoc.org/github.com/dewski/ifttt?status.svg)](http://godoc.org/github.com/dewski/ifttt)\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/dewski/ifttt\"\n)\n\nfunc main() {\n  // Automatically reads IFTTT_MAKER_KEY if set\n  ifttt.SetKey(\"1234\")\n  values := ifttt.Values{\n    Value1: \"1600 Pennsylvania Ave NW, Washington, DC 20500\",\n    Value2: 1,\n    Value3: 45,\n  }\n  err := ifttt.Deliver(\"trip-finish\", values)\n  if err != nil {\n    panic(err)\n  }\n\n  fmt.Println(\"Success!\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewski%2Fifttt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdewski%2Fifttt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdewski%2Fifttt/lists"}