random-document-stream

0.0.0 • Public • Published

random document stream

creates a stream of random documents for use in testing PouchDB/CouchDB

npm install random-document-stream
var Random = require('random-document-stream');
var random = new Random(n);
random.on('data', function (d) {
  // called n times
})

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i random-document-stream

    Weekly Downloads

    1

    Version

    0.0.0

    License

    ISC

    Last publish

    Collaborators

    • cwmma