{"id":13633725,"url":"https://github.com/gcanti/fp-ts-fluture","last_synced_at":"2025-03-16T21:30:29.145Z","repository":{"id":57241190,"uuid":"99692416","full_name":"gcanti/fp-ts-fluture","owner":"gcanti","description":"fp-ts bindings for Fluture","archived":false,"fork":false,"pushed_at":"2020-03-10T07:16:14.000Z","size":109,"stargazers_count":50,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-27T14:10:23.680Z","etag":null,"topics":["fluture","fp-ts","functional-programming","typescript"],"latest_commit_sha":null,"homepage":"https://gcanti.github.io/fp-ts-fluture/","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/gcanti.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":null,"support":null}},"created_at":"2017-08-08T12:52:27.000Z","updated_at":"2022-11-21T08:54:55.000Z","dependencies_parsed_at":"2022-09-08T00:40:51.268Z","dependency_job_id":null,"html_url":"https://github.com/gcanti/fp-ts-fluture","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-fluture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-fluture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-fluture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcanti%2Ffp-ts-fluture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcanti","download_url":"https://codeload.github.com/gcanti/fp-ts-fluture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830915,"owners_count":20354850,"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":["fluture","fp-ts","functional-programming","typescript"],"created_at":"2024-08-01T23:00:50.620Z","updated_at":"2025-03-16T21:30:28.787Z","avatar_url":"https://github.com/gcanti.png","language":"TypeScript","funding_links":[],"categories":["Domain modeling in TypeScript by Benoit Ruiz"],"sub_categories":[],"readme":"[fp-ts](https://github.com/gcanti/fp-ts) bindings for [Fluture](https://github.com/fluture-js/Fluture)\n\n# Documentation\n\n- [API Reference](https://gcanti.github.io/fp-ts-fluture)\n\n# Example\n\n```ts\nimport { reject, resolve, fork } from 'fluture'\nimport { future } from 'fp-ts-fluture/lib/Future'\nimport { array } from 'fp-ts/lib/Array'\n\narray\n  .sequence(future)([resolve(1), reject('oops')])\n  .pipe(fork(e =\u003e console.error('Error:', e))\n    (console.log), // =\u003e \"Error: oops\"\n  )\narray\n  .sequence(future)([resolve(1), resolve(2)])\n  .pipe(fork(console.error)\n    (console.log), // =\u003e [1, 2]\n  )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcanti%2Ffp-ts-fluture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcanti%2Ffp-ts-fluture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcanti%2Ffp-ts-fluture/lists"}