# tower-stream

> ## Installation

Latest version **0.1.0** (published 2013-06-24) · 0 weekly downloads

## Install

```sh
npm install tower-stream
pnpm add tower-stream
yarn add tower-stream
bun add tower-stream
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-06-24 |
| First published | 2013-06-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | viatropos |

## Links

- npm: https://www.npmjs.com/package/tower-stream
- Repository: http://github.com/tower/stream
- npm.io page: https://npm.io/package/tower-stream

## Dependencies (4)

- [tower-attr](https://npm.io/package/tower-attr.md) ~0.1.0
- [tower-load](https://npm.io/package/tower-load.md) ~0.1.0
- [tower-param](https://npm.io/package/tower-param.md) ~0.1.0
- [tower-emitter](https://npm.io/package/tower-emitter.md) ~0.1.0

## Recent versions

- 0.1.0 (latest) — 2013-06-24
- 0.1.0pre — 2013-06-02

## README

# Tower Stream

## Installation

node.js:

```bash
$ npm install tower-stream
```

browser:

```bash
$ component install tower/stream
```

## Example

```js
var stream = require('tower-stream');

stream('word-counter')
  .on('init', function(s){

  })
  .on('execute', function(s, fn){

  })
  .on('close', function(s, fn){

  });
```

## Testing

Install testem:

```bash
$ npm install -g testem
```

Run tests:

```bash
$ testem
```

Then, open all the browsers you want to test by going to the outputted url defaulted to [http://localhost:7357](http://localhost:7357)

Tests will run on any open browser linked to the stated url and your current Node environment.

## Contributing

Before you send a pull request, make sure your code meets the style guidelines at [https://github.com/tower/style-guide](https://github.com/tower/style-guide) and all tests pass.

## Licence

MIT

---
_Source: https://npm.io/package/tower-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
