{"id":17258438,"url":"https://github.com/thibauts/node-url-stream","last_synced_at":"2025-03-26T09:21:01.326Z","repository":{"id":17017239,"uuid":"19781196","full_name":"thibauts/node-url-stream","owner":"thibauts","description":"Transforms a stream of URLs into a stream of their body content","archived":false,"fork":false,"pushed_at":"2015-03-26T21:31:21.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T22:45:22.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thibauts.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":"2014-05-14T13:50:58.000Z","updated_at":"2015-03-26T21:31:21.000Z","dependencies_parsed_at":"2022-09-10T23:22:45.959Z","dependency_job_id":null,"html_url":"https://github.com/thibauts/node-url-stream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fnode-url-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fnode-url-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fnode-url-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fnode-url-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thibauts","download_url":"https://codeload.github.com/thibauts/node-url-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245623030,"owners_count":20645681,"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":"2024-10-15T07:20:40.358Z","updated_at":"2025-03-26T09:21:01.300Z","avatar_url":"https://github.com/thibauts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"url-stream\n==========\n### Transforms a stream of URLs into a stream of their body content\n\nTakes a stream of URLs separated by newlines as input, and outputs the corresponding body contents.\n\n\nInstallation\n------------\n\n``` bash\n$ npm install url-stream\n```\n\n\nUsage\n-----\n\n``` javascript\nvar urlStream = require('url-stream');\n\nvar transform = urlStream.createStream();\ntransform.on('error', function(err) {\n  console.error(err);\n});\n\nprocess.stdin.pipe(transform).pipe(process.stdout);\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibauts%2Fnode-url-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthibauts%2Fnode-url-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibauts%2Fnode-url-stream/lists"}