{"id":15439833,"url":"https://github.com/bcherny/promise-seq","last_synced_at":"2025-03-28T06:41:01.525Z","repository":{"id":57331444,"uuid":"39366347","full_name":"bcherny/promise-seq","owner":"bcherny","description":"lazy-execute promises in sequence","archived":false,"fork":false,"pushed_at":"2017-09-10T02:27:42.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T03:03:26.245Z","etag":null,"topics":["async","functional-programming","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bcherny.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}},"created_at":"2015-07-20T06:13:38.000Z","updated_at":"2024-09-18T11:08:25.000Z","dependencies_parsed_at":"2022-09-09T08:12:23.987Z","dependency_job_id":null,"html_url":"https://github.com/bcherny/promise-seq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fpromise-seq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fpromise-seq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fpromise-seq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fpromise-seq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcherny","download_url":"https://codeload.github.com/bcherny/promise-seq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984561,"owners_count":20704794,"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":["async","functional-programming","typescript"],"created_at":"2024-10-01T19:09:52.126Z","updated_at":"2025-03-28T06:41:01.495Z","avatar_url":"https://github.com/bcherny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# promise-seq\n\n[![Build Status][build]](https://circleci.com/gh/bcherny/promise-seq) [![npm]](https://www.npmjs.com/package/promise-seq) [![cc4]](https://creativecommons.org/licenses/by/4.0/)\n\n[build]: https://img.shields.io/circleci/project/bcherny/promise-seq.svg?branch=master\u0026style=flat-square\n[npm]: https://img.shields.io/npm/v/promise-seq.svg?style=flat-square\n[cc4]: https://img.shields.io/npm/l/promise-seq.svg?style=flat-square\n\n\u003e evaluate promises in sequence\n\n## install\n\n```sh\n# Using Yarn:\nyarn add promise-seq\n\n# Or, using NPM:\nnpm install promise-seq --save\n```\n\n## usage\n\n```js\nimport { seq } from 'promise-seq'\n\nseq(\n  () =\u003e new Promise( ... ),\n  () =\u003e new Promise( ... ),\n  () =\u003e new Promise( ... )\n)\n.then(\n  res =\u003e ...,\n  err =\u003e ...\n)\n```\n\n## test\n\n```sh\nnpm test\n```\n\n## tdd\n\n```sh\nnpm test -- --watch\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcherny%2Fpromise-seq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcherny%2Fpromise-seq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcherny%2Fpromise-seq/lists"}