Skip to content

The 100% free and unlimited use Captcha library for adding Proof of Humanity (PoH) to your Node project.

Notifications You must be signed in to change notification settings

harshnambiar/freecaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCaptcha

Hey there! We created this free, easy to use Captcha package so you can add additional Proof of Humanity (PoH) to your javascript apps to keep bots away.

Tutorial

  1. npm install freecaptcha
  2. have a canvas element on your HTML page where your want FreeCaptcha to place the Captcha
  3. in your index.js, import freecaptcha
  4. call its createCaptcha function which needs the HTMLCanvasElement from Step 2 as its sole argument
  5. var captcha_val = createCaptcha(canvas_el)
  6. check if the user entered value equates to captcha_val to qualify or disqualify them

Resources

For a direct look at how to embed FreeCaptcha, take a look at our test repository:
https://github.com/harshnambiar/freecaptcha_test

The NPM package can be found here:
https://www.npmjs.com/package/freecaptcha

Want to Give Us a Star?

Here is the repo: https://github.com/harshnambiar/freecaptcha

About

The 100% free and unlimited use Captcha library for adding Proof of Humanity (PoH) to your Node project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published