yandex-cleanweb
Yandex.CleanWeb (Captcha & Antispam) Interface for Node.js
npm install yandex-cleanweb
How to start?
- Get API Key from Yandex — http://api.yandex.ru/cleanweb/form.xml;
- install package;
new CleanWeb(apiKey);
.
What can it do?
For now, only CAPTCHA API is implemented: you can ask Yandex for one and validate it later. Note that each CAPTCHA ID can only be checked once, all further checks will always fail (regardless of answer correctness).