1.1.1 • Published 1 year ago

yescaptcha v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

yescaptcha

http://www.yescaptcha.com/

Install

npm install yescaptcha

Usage

Recaptcha,

const Captcha = require("yescaptcha")

// A new 'solver' instance with our API key
const solver = new Captcha.Solver("<Your yescaptcha api key>", {
  pollingFrequency: 5000,
  verbose: false,
  baseUrl: 'https://api.yescaptcha.com', // https://china.yescaptcha.com
})

/* Example ReCaptcha Website */
solver.recaptcha('websiteKey', 'websiteURL', {
  type: 'NoCaptchaTaskProxyless', // more arg see https://yescaptcha.atlassian.net/wiki/spaces/YESCAPTCHA/overview?homepageId=33020
}).then((res) => {
    console.log(res)
})
1.1.1

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago