global-couch-stream

1.0.0 • Public • Published

global-couch-stream

Readable changes feed stream from all databases.

Usage

var feed = require('global-couch-stream');
var es = require('event-stream');
 
es.pipeline(
  feed({
    url: 'http://localhost:5984',
    follow: {
      include_docs: true
    }
  }),
  es.stringify(),
  process.stdout
);

Contributing

  1. Write tests with tap
  2. Lint your code with npm run jshint
  3. Run the tests with npm test

(c) 2013 Johannes J. Schmidt

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i global-couch-stream

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jo