Skip to content

V-CAPTCHA/widget

Repository files navigation

Project logo

human-verification-service-using-voice-recognition

Status GitHub Issues GitHub Pull Requests


This is Widget Front module part form all widget system

🧐 About

Human Verification Service using Voice Recognition

🏁 Getting Started

This project require HTML & Javascript to use CDN for your website

🧪 Test or Build

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

🚀 Deployment

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

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Javascript
  • HTML
  • CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published