24Captcha client for Node.js
npm install node-24captchabash
npm install node-24captcha
`
---
Features
- create tasks
- automatically poll for the CAPTCHA token
- supports invisible and enterprise
- proxy support
- debug logging
- hCaptcha support 🤑
---
Usage
`js
import captchaClient from 'node-24captcha'
const client = new captchaClient('yourApiKey', {
debug: true
})
const token = await client.solveCaptcha({
sitekey: 'siteKey',
pageurl: 'https://example.com'
})
console.log(token)
`
---
documentation/README.md`