Mirror of Apache CouchDB

Clone this repo:
  1. 9806ac9 Fix HTTP Accept header for list query by Iblis Lin · 8 years ago master
  2. 102e663 Fix broken key options by Robert Kowalski · 10 years ago
  3. 747ec0f Port old JS Spec tests to Mocha by Robert Kowalski · 10 years ago
  4. dac654b Fix document copying by Alexander Shorin · 10 years ago
  5. ec5fa13 Add complete for login, and use code style of the lib by Robert Kowalski · 10 years ago

couchdb-jquery-couch

$.couch is used to communicate with a CouchDB server.

Tests

Install the dependencies:

$ bower install

Enable CORS:

curl -X PUT http://localhost:5984/_config/httpd/enable_cors -d '"true"'
curl -X PUT http://localhost:5984/_config/cors/origins -d '"*"'

Restart CouchDB & open test/runner.html in a browser to run the testsuite.