Skip to content

captcha-api/keptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keptcha

NPM Package for captcha-api.

RESTFUL API: https://captcha-api.akshit.me

Installation:

npm install keptcha

Usage:

const keptcha = require('keptcha');

// Generate a captcha
keptcha.generate();

// Optional configuration
keptcha.generate({width: 300,height: 100, circles: 10, length: 4});

// Verify Captcha
keptcha.verify({uuid: '1ebe3492-64b2-69f0-86df-cd02a334434c', captcha: 'y6j1h5'});

About

NPM Package for captcha-api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published