Skip to content

TobiasKiehnlein/CaptchaGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha Generator

Simple project that generates captchas in the browser. Try it out!

Setup

Install dependencies using npm install. Run the application locally using npm start.

API

  • "/": Display basic website which can download captcha
  • "/generateCaptchas": returns a list of captchas in the following format (optional parameter: amount = 1)
[
    {
        "text": "text of the captcha",
        "base64": "data:image/png;base64,iVBORw0KGgo..."
    },
    // ...
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published