All Projects → feross → String To Stream

feross / String To Stream

Licence: mit
Convert a string into a stream (streams2)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to String To Stream

Render Media
Intelligently render media files in the browser
Stars: ✭ 181 (+141.33%)
Mutual labels:  browserify, stream, browser
Magnet Uri
Parse a magnet URI and return an object of keys/values
Stars: ✭ 183 (+144%)
Mutual labels:  browserify, browser
Simple Websocket
Simple, EventEmitter API for WebSockets
Stars: ✭ 159 (+112%)
Mutual labels:  stream, browser
Drag Drop
HTML5 drag & drop for humans
Stars: ✭ 443 (+490.67%)
Mutual labels:  browserify, browser
textics
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
Stars: ✭ 36 (-52%)
Mutual labels:  stream, string
Brain.js
brain.js is a GPU accelerated library for Neural Networks written in JavaScript.
Stars: ✭ 12,358 (+16377.33%)
Mutual labels:  stream, browser
Simple Get
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines
Stars: ✭ 357 (+376%)
Mutual labels:  browserify, browser
Javascript Obfuscator
A powerful obfuscator for JavaScript and Node.js
Stars: ✭ 8,204 (+10838.67%)
Mutual labels:  string, browser
Lyo
📦 Node.js to browser - The easy way
Stars: ✭ 624 (+732%)
Mutual labels:  browserify, browser
Yt Player
Simple, robust, blazing-fast YouTube Player API
Stars: ✭ 576 (+668%)
Mutual labels:  browserify, browser
Clipboard Copy
Lightweight copy to clipboard for the web
Stars: ✭ 443 (+490.67%)
Mutual labels:  browserify, browser
Connectivity
Detect if the network is up (do we have connectivity?)
Stars: ✭ 58 (-22.67%)
Mutual labels:  browserify, browser
Awesome Mad Science
Delightful npm packages that make you say "wow, didn't know that was possible!"
Stars: ✭ 909 (+1112%)
Mutual labels:  browserify, browser
Buffer
The buffer module from node.js, for the browser.
Stars: ✭ 1,178 (+1470.67%)
Mutual labels:  browserify, browser
Qrious
Pure JavaScript library for QR code generation using canvas
Stars: ✭ 1,160 (+1446.67%)
Mutual labels:  browser
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (+1470.67%)
Mutual labels:  stream
Apy
Apy is a simple client-side library for making rest api ajax calls.
Stars: ✭ 68 (-9.33%)
Mutual labels:  browser
Write
Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!
Stars: ✭ 68 (-9.33%)
Mutual labels:  stream
Vimperator Labs
Vimperator
Stars: ✭ 1,184 (+1478.67%)
Mutual labels:  browser
Sec Api
sec.gov EDGAR API | search & filter SEC filings | over 150 form types supported | 10-Q, 10-K, 8, 4, 13, S-11, ... | insider trading
Stars: ✭ 71 (-5.33%)
Mutual labels:  stream

string-to-stream travis npm downloads javascript style guide

Convert a string into a stream (streams2)

install

npm install string-to-stream

usage

Use string-to-stream like this:

var str = require('string-to-stream')

str('hi there').pipe(process.stdout) // => 'hi there'

license

MIT. Copyright (c) Feross Aboukhadijeh.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].