Fix broken key options

noticed while porting the tests
1 file changed
tree: 7b8dcf55a0a84ac59ad3828f9ab7e9646fe378bc
  1. libs/
  2. test/
  3. .gitignore
  4. bower.json
  5. jquery.couch.js
  6. LICENSE
  7. README.md
README.md

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.