roy-request

0.2.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i roy-request

Weekly Downloads

17

Version

0.2.1

License

none

Last publish

Collaborators

  • jo