0.0.7 • Published 10 years ago

stream-viz v0.0.7

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

stream-viz

Visualizes a stream in the browser.

Play with it live.

var sviz = require('stream-viz')
var readable = getSomeReadable()
  , writable = getSomeWritable()

sviz(readable);
sviz(writable);

readable.pipe(writable);

Running the Examples

After you installed stream-viz please do the following:

npm explore stream-viz && npm install

Run the Full Example

npm start

Run smaller examples

npm run line-chart

More coming.

Note

When creating your own visualization, you need to include specific css properly render the visualized streams. More documentation on how to set up a stream visualization properly is coming.

For now please consult this three stream visualization example or consult any of the simpler examples found here

Installation

npm install stream-viz

API

License

MIT