sweetCaptcha Javascript SDK
What's this?
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
Installation
- Sign up your website at http://sweetcaptcha.com and get your credentials
- NPM install the SDK using
npm install --save sweetcaptcha - Init and include the SDK in your code
var sweetcaptcha = new require('sweetcaptcha')(app_id, app_key, app_secret) - Follow the example and enjoy your sweetCaptcha
Public methods
sweetcaptcha.api('get_html', function(err, html){ ... })sweetcaptcha.api('check', {sckey: formSckey, scvalue: formScvalue}, function(err, valid) { ... })sweetcaptcha.api('test', function(err, response) { ... })
Test
make testSupport and Contact
Visit our website for more information
https://github.com/sweetcaptcha/sweetCaptcha-sdk-js