{"id":28324977,"url":"https://github.com/pitou/bluebird-promise-examples","last_synced_at":"2025-06-23T15:31:55.943Z","repository":{"id":34896155,"uuid":"38926059","full_name":"pitou/bluebird-promise-examples","owner":"pitou","description":"Learning how to work with Promises using Bluebird","archived":false,"fork":false,"pushed_at":"2015-07-12T12:58:45.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T04:43:18.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pitou.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-11T13:08:50.000Z","updated_at":"2015-07-12T10:22:29.000Z","dependencies_parsed_at":"2022-09-15T19:13:03.214Z","dependency_job_id":null,"html_url":"https://github.com/pitou/bluebird-promise-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pitou/bluebird-promise-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitou%2Fbluebird-promise-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitou%2Fbluebird-promise-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitou%2Fbluebird-promise-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitou%2Fbluebird-promise-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitou","download_url":"https://codeload.github.com/pitou/bluebird-promise-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitou%2Fbluebird-promise-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261504230,"owners_count":23168777,"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":[],"created_at":"2025-05-25T19:13:53.876Z","updated_at":"2025-06-23T15:31:55.935Z","avatar_url":"https://github.com/pitou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## bluebird-promise-examples\n\nA bunch of examples that show common cases of asyncronous function execution using the [bluebird](https://github.com/petkaantonov/bluebird) promise library.\n\nAll the examples are written using the ES6 syntax.\n\n### Get started\n```\nnpm install\n```\n\nThis will install of course bluebird, [traceur](https://github.com/google/traceur-compiler/wiki/Getting-Started) and [nodeunit](https://github.com/caolan/nodeunit) to launch test for the examples.\n\n### Usage\n\nTo see an example in action just launch:\n\n```\nnode src/run.js example/path/you/want/to/run\n```\n\ne.g.\n\n```\nnode src/run.js src/Map/PromisifyFunctionExample.js\n```\n\n### Examples\n\nThis is the list of the examples I've written so far:\n\n* **Map/NoAsync**\n* **Map/PromisifyFunction**\n* **Map/PromisifyObjectFunctions**\n* **Collection/All**\n* **Collection/Props**\n\n### Todo\n\n* Add some explanation on the examples\n* Accept custom input data from the terminal\n\n### Tests\n\nRun tests on the examples with:\n\n```\nnodeunit test/nodeunit/test_examples.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitou%2Fbluebird-promise-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitou%2Fbluebird-promise-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitou%2Fbluebird-promise-examples/lists"}