rathorer / couchdb-jquery-couch

Mirror of Apache CouchDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mirror of Apache CouchDB

License:Apache License 2.0


Languages

Language:JavaScript 99.4%Language:HTML 0.6%