Sweet Captcha is an anti spam security widget useful for protecting comments, contact and login forms from bots in a human friendly manner - Node.js SDK
sweetCaptcha is a free captcha service putting the users and your website at first priority.
This is a new and fresh graphical captcha focused on enhanced user experience, so instead of using difficult and boring text, SweetCaptcha offers a
See a live demo here
npm install --save sweetcaptcha
var sweetcaptcha = new require('sweetcaptcha')(app_id, app_key, app_secret)
sweetcaptcha.api('get_html', function(err, html){ ... })
sweetcaptcha.api('check', {sckey: formSckey, scvalue: formScvalue}, function(err, response) { return callback(err, (!err && response==='true')) })
sweetcaptcha.api('test', function(err, response) { ... })
make test
Visit our website for more information
Updated June 26, 2015