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
})

Readme

Keywords

Package Sidebar

Install

npm i random-document-stream

Weekly Downloads

3

Version

0.0.0

License

ISC

Last publish

Collaborators

  • cwmma