{"id":15673515,"url":"https://github.com/lmammino/node-async-iterators-talk-examples","last_synced_at":"2026-05-03T02:44:57.311Z","repository":{"id":138310926,"uuid":"362204226","full_name":"lmammino/node-async-iterators-talk-examples","owner":"lmammino","description":"Examples from a talk about Node.js Async Iterators","archived":false,"fork":false,"pushed_at":"2021-10-09T08:50:42.000Z","size":196,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:43:38.422Z","etag":null,"topics":["examples","iterator-pattern","iterators","javascript","node","node-async-iterators","nodejs"],"latest_commit_sha":null,"homepage":"https://www.nodejsdesignpatterns.com","language":"JavaScript","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/lmammino.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-27T17:57:22.000Z","updated_at":"2022-05-30T05:51:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a61cba3-2c16-4573-a7bd-e65c2d1cf2cd","html_url":"https://github.com/lmammino/node-async-iterators-talk-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lmammino/node-async-iterators-talk-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fnode-async-iterators-talk-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fnode-async-iterators-talk-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fnode-async-iterators-talk-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fnode-async-iterators-talk-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmammino","download_url":"https://codeload.github.com/lmammino/node-async-iterators-talk-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmammino%2Fnode-async-iterators-talk-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32556771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"online","status_checked_at":"2026-05-03T02:00:09.297Z","response_time":103,"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":["examples","iterator-pattern","iterators","javascript","node","node-async-iterators","nodejs"],"created_at":"2024-10-03T15:41:07.150Z","updated_at":"2026-05-03T02:44:57.297Z","avatar_url":"https://github.com/lmammino.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-async-iterators-talk-examples\n\nExamples from a talk about Node.js Async Iterators\n\nThis talk has been delivered in the following events:\n\n  - Finding a lost song with Node.js \u0026 async iterators ([Node.js Dublin Meetup](https://www.meetup.com/Dublin-Node-js-Meetup/events/277664008)) - [Slides](https://loige.link/async-it)\n  - Finding a lost song with Node.js \u0026 async iterators ([Sailsconf](https://www.sailsconf.com/)) - [Slides](https://loige.link/iter-sails) [Video](https://www.youtube.com/watch?v=yott9nYsEZ8)\n  - Finding a lost song with Node.js \u0026 async iterators ([EnterJS](https://enterjs.de/)) - [Slides](https://loige.link/enter-iterators)\n  - Finding a lost song with Node.js \u0026 async iterators ([NodeConf Remote](https://www.nodeconfremote.com/)) - [Slides](https://loige.link/nodeconf-iter)\n\n\n## Install\n\n**NOTE:** You will need at least **Node.js 16** to run some of the examples in this repository.\n\nInstall dependencies with:\n\n```bash\nnpm install\n```\n\n## Last.fm API key\n\nSome examples requires you to have a Last.fm API key. You can request one [here](https://www.last.fm/api/account/create).\n\nOnce you have an API key you can export it as an environment variable:\n\n```bash\nexport API_KEY=\"mysupersecretlastfmapikey\"\n```\n\n## Examples\n\nAll examples are available in the [`src`](/src) folder.\n\nYou can run them with `node`. For instance:\n\n```bash\nnode src/07_iterable.js\n```\n\n## Complete last.fm history package\n\nFor a more \"serious\" library to fetch data from Last.fm check out [`scrobbles`](https://npm.im/scrobbles).\n\n\n## Contributing\n\nEveryone is very welcome to contribute to this project.\nYou can contribute just by submitting bugs or suggesting improvements by\n[opening an issue on GitHub](https://github.com/lmammino/node-async-iterators-talk-examples/issues).\n\n\n## License\n\nLicensed under [MIT License](LICENSE). © Luciano Mammino.\n\n\n## Shameless plug 😇\n\n\u003ca href=\"https://www.nodejsdesignpatterns.com\"\u003e\u003cimg width=\"240\" align=\"right\" src=\"https://github.com/lmammino/lmammino/blob/master/nodejsdp.jpg?raw=true\"\u003e\u003c/a\u003e\n\nIf you like this piece of work, consider supporting me by getting a copy of [Node.js Design Patterns, Third Edition](https://www.nodejsdesignpatterns.com/), which also goes into great depth about Streams and related design patterns.\n\nIf you already have this book, **please consider writing a review** on Amazon, Packt, GoodReads or in any other review channel that you generally use. That would support us greatly 🙏.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmammino%2Fnode-async-iterators-talk-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmammino%2Fnode-async-iterators-talk-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmammino%2Fnode-async-iterators-talk-examples/lists"}