Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/tiny-text-stream
https://github.com/jakeburden/tiny-text-stream
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/tiny-text-stream
- Owner: jakeburden
- Created: 2017-04-28T18:51:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T19:01:49.000Z (over 7 years ago)
- Last Synced: 2024-12-19T13:19:50.739Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
## tiny-text-stream
[![build status](http://img.shields.io/travis/jekrb/tiny-text-stream.svg?style=flat)](http://travis-ci.org/jekrb/tiny-text-stream)
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
streamable [tiny-text](https://github.com/rachelnicole/tiny-text)
```
npm install tiny-text-stream -S
```### Usage
``` js
const tinytext = require('tiny-text-stream')process.stdin
.pipe(tinytext())
.pipe(process.stdout)
```### API
#### const stream = leet()
##### `stream.write('makes this stream ᵗᶦᶰʸ')`
##### `stream.end('end this ᵗᶦᶰʸ stream \n')`
##### `stream.pipe()`
##### `.pipe(stream)`### License
MIT