Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 728 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 728 Bytes

node-couch - A CouchDB client for node.js

If the header is not enough for you:

The API is inspired by jquery.node.js.

This is a very initial check-in, please bear with me :-)

Feedback welcome.

To Do

  • Make the tests work again. The test files run to completion now, but they don't actually do anything in recent versions of node.

  • Add the ability to pass additional HTTP headers with the client requests. This is needed to interact with CouchDB hosts (e.g., Cloudant) that require the HTTP Authorization header for authentication and the Host header for service resolution.