https://github.com/comunica/readable-from-web.js
Experimental converter from WHATWG ReadableStream to readable-stream Readable
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Experimental converter from WHATWG ReadableStream to readable-stream Readable
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Metadata Files
README.md
Readable from Web
An experimental converter from WHATWG ReadableStream
to readable-stream Readable,
loosely following the functionality of Node's own implementation
of Readable.fromWeb
to the extent possible without introducing anything new.
Install
This package can be installed via npm.
bash
npm install readable-from-web
Usage
```js import { readableFromWeb } from 'readable-from-web';
async function example(request, init) { const response = await fetch(request, init); const whatwgReadableStream = fetch.body; const readableStreamReadable = readableFromWeb(whatwgReadableStream); } ```
License
This code is released under the MIT license.
Owner
- Name: Comunica
- Login: comunica
- Kind: organization
- Location: Ghent, Belgium
- Website: https://comunica.dev
- Twitter: comunicajs
- Repositories: 69
- Profile: https://github.com/comunica
Flexible SPARQL and GraphQL over decentralized RDF on the Web.
GitHub Events
Total
- Delete event: 2
- Issue comment event: 5
- Push event: 6
- Pull request event: 4
- Create event: 3
Last Year
- Delete event: 2
- Issue comment event: 5
- Push event: 6
- Pull request event: 4
- Create event: 3
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.73
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: about 15 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.75
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
- surilindur (12)
- dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 17,995 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 2
npmjs.org: readable-from-web
Experimental converter from WHATWG ReadableStream to readable-stream Readable
- Homepage: https://github.com/comunica/readable-from-web
- License: MIT
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (2)
Dependencies
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- coverallsapp/github-action v2 composite
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- @rubensworks/eslint-config ^3.0.0 development
- @types/jest ^29.0.0 development
- eslint ^8.0.0 development
- husky ^9.0.0 development
- jest ^29.0.0 development
- readable-stream-node-to-web ^1.0.0 development
- stream-to-string ^1.0.0 development
- streamify-string ^1.0.0 development
- ts-jest ^29.0.0 development
- typescript ^5.0.0 development
- @types/readable-stream ^4.0.0
- readable-stream ^4.0.0
- 709 dependencies