Skip to content

romanzubenko/greenCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greenCaptcha

Hackathon Project

Include in your html:

<script src="http://www.romanzubenko.com:3002/greenCaptcha.js"></script>

How to initialize: Provide two arguments: target selector and callback upon result

window.captcha = new GreenCaptcha("#captcha",function(success){
    if (success) {
			console.log("Green Capptcha works: pass");
		} else {
			console.log("Green Capptcha works: not pass");
		}
	}); 
}

About

Hackathon Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •