{"id":16048914,"url":"https://github.com/devongovett/blob-stream","last_synced_at":"2025-04-06T03:07:58.922Z","repository":{"id":15973518,"uuid":"18716370","full_name":"devongovett/blob-stream","owner":"devongovett","description":"A Node-style writable stream for HTML5 Blobs","archived":false,"fork":false,"pushed_at":"2022-01-25T14:36:13.000Z","size":186,"stargazers_count":122,"open_issues_count":3,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T02:05:10.631Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devongovett.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}},"created_at":"2014-04-12T22:38:11.000Z","updated_at":"2025-03-14T13:18:09.000Z","dependencies_parsed_at":"2022-08-25T07:50:23.823Z","dependency_job_id":null,"html_url":"https://github.com/devongovett/blob-stream","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fblob-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fblob-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fblob-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fblob-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devongovett","download_url":"https://codeload.github.com/devongovett/blob-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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-09T00:11:11.299Z","updated_at":"2025-04-06T03:07:58.901Z","avatar_url":"https://github.com/devongovett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blob-stream\n\nA Node-style writable stream for [HTML5 Blobs](https://developer.mozilla.org/en-US/docs/Web/API/Blob), \nmostly useful in [Browserify](http://browserify.org/).  Allows you to take the output of any Node stream,\nand turn it into a Blob or Blob URL for opening in the browser, uploading to a server, etc.\n\nIf you don't want to use Browserify, you can also \n[download a prebuilt version](https://github.com/devongovett/blob-stream/releases) of the library.\n\n[![browser support](https://ci.testling.com/devongovett/blob-stream.png)\n](https://ci.testling.com/devongovett/blob-stream)\n\n## Example\n\n```javascript\nvar blobStream = require('blob-stream');\n\nsomeStream\n  .pipe(blobStream())\n  .on('finish', function() {\n    // get a blob\n    var blob = this.toBlob();\n    \n    // or get a blob URL\n    var url = this.toBlobURL();\n    window.open(url);\n  });\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fblob-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevongovett%2Fblob-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fblob-stream/lists"}