The Official Node.js SDK for Chain's Bitcoin API
$ npm install chain-node
var chain = require('chain-node');
chain.getAddress('17x23dNjXJLzGMev6R63uyRhMWP1VHawKc', function(err, resp) {
console.log('balance='+resp['balance']);
});
The Chain API Documentation is available at https://chain.com/docs/node
$ npm publish
$ git tag 0.0.X
$ git push origin master --tags