0.2.1 • Published 10 years ago

roy-request v0.2.1

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

roy-request Build Status

CouchDB HTTP adapter for roy-replicator based on request.

Usage

Install the module with: npm install roy-request

var adapter = require('roy-request')('http://localhost:5984/mydb');
adapter.info(function(err, info) {
  console.log(info);
});

Development

  • Lint the code with npm run jshint
  • Run the tests with npm test

License

Copyright (c) 2013 Johannes J. Schmidt, TF

Licensed under the MIT license.

0.2.1

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago