Skip to content

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages