An open API service indexing awesome lists of open source software.

https://github.com/fbukevin/zhuyin-captcha

A demo captcha generator of Zhuyin (Bopomofo) characters
https://github.com/fbukevin/zhuyin-captcha

Last synced: 11 months ago
JSON representation

A demo captcha generator of Zhuyin (Bopomofo) characters

Awesome Lists containing this project

README

          

# zhuyin-captcha

Captcha generator with [Zhuyin](https://en.wikipedia.org/wiki/Bopomofo) (Bopomofo) characters.

Inspired by Hiragana captcha in Japanese website.
![gana-captcha.png](gana-captcha.png)

## Run the generator server

```shell
$ node server
```

Then you can get a generator by `localhost:3000/test`.

## Demo
![demo.png](demo.png)

## Reference
https://healeycodes.com/javascript/webdev/node/tutorial/2019/11/11/lets-generate-captchas.html