decaptcher

v0.0.2
decaptcher node api wrapper

node-decaptcher

A simple decaptcher wrapper

installation

$ npm install decaptcher

super simple to use

submit an image

var Decaptcher = require('decaptcher'),
    decaptcher = new Decaptcher({key: /* key */});

decaptcher.submitCaptcha(/* IMAGE URL */, function (decoded, gen_task_id) {
    console.log(arguments);
});

get a refund

decaptcher.getRefund(/* gen_task_id */, function (data) {
    
}

get your balance

decaptcher.getBalance(function (data) {
    
})
npm i decaptcher

Metadata

  • MIT
  • Whatever
  • Chad Scira
  • released 11/7/2012

Downloads

Maintainers