noise-stream

0.0.1 • Public • Published

Noise

Make some NOISE!!!

Example

var ns = require('../noise-stream')
var bytes = 256
var interval = 1000
 
var stream = ns(bytes, interval)
 
stream.on('data', console.log)
stream.resume()

Explaination

noise-stream simply accepts a byte count and interval for it's arguments then returns a ReadableStream emiting random buffer data until paused.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i noise-stream

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • brainss