I am trying to connect to my CouchDB database on Cloudant using Node.js.
This worked on the shell:
curl https://weng:password@weng.cloudant.com/m
There are lots of CouchDB modules for Node.js.