npm install curl
Or from source:
git clone git://github.com/ianjorgensen/curl.git cd curl npm link .
curl.get(url, options, function(err, response, body) {});
curl.post(url, body, options, function(err, response, body) {});
curl.getJSON(url, options, function(err, response, data){});
curl.postJSON(url, data, options, function(err, response, data){});