This is Widget Front module part form all widget system
Human Verification Service using Voice Recognition
This project require HTML & Javascript to use CDN for your website
You can run local test for local environment by
npm run local
You can run local test for Production environment by
npm run production
Or build ?
npm run build
CDN this Code in your website with
<script src="http://cdn.vcaptcha.work/"></script>
and put use this tag script for begin a service
<vcaptcha></vcaptcha>
function vcaptcha_actionResult(vcaptcha_action)
{
//put your business logic here !
//vcaptcha_action value if passed will be "Valid"
}
add variable configulation from your key !
vcaptcha_ValueKey = 'yourkey';
If you are developer and want to dev mode or hide some warning. you can put this get parameter on url to come dev mode
?dev=1
See also the list of contributors who participated in this project.
- Javascript
- HTML
- CSS