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
- Host: GitHub
- URL: https://github.com/fbukevin/zhuyin-captcha
- Owner: fbukevin
- Created: 2021-04-13T02:41:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T02:46:42.000Z (about 5 years ago)
- Last Synced: 2025-02-26T10:16:39.494Z (over 1 year ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Run the generator server
```shell
$ node server
```
Then you can get a generator by `localhost:3000/test`.
## Demo

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