Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergei-mironov/urweb-captcha
Captcha library in Ur/Web
https://github.com/sergei-mironov/urweb-captcha
Last synced: about 1 month ago
JSON representation
Captcha library in Ur/Web
- Host: GitHub
- URL: https://github.com/sergei-mironov/urweb-captcha
- Owner: sergei-mironov
- Created: 2015-06-07T09:55:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T16:15:30.000Z (over 8 years ago)
- Last Synced: 2024-12-15T05:32:33.201Z (2 months ago)
- Language: UrWeb
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-urweb - urweb-captcha - Captcha library in Ur/Web (Framework Components)
README
Prerequisites
-------------1. [NIX](http://www.nixos.org/nix) package manager (`nix-build` tool and `nixpkgs` repo)
2. [urweb-build](http://github.com/grwlf/urweb-build) expression setInstalling and running the test
-------------------------------1. Make sure you have installed Nix and added `urweb-build` section to the
contents of `$NIX_PATH` environment variable2. Follow the procedure:
git clone https://github.com/grwlf/urweb-captcha --recursive
cd urweb-captcha
nix-build build.nix -A captcha-test./result/mkdb.sh
./result/CaptchaTest.exebrowser http://127.0.0.1:8080/Captcha1/main
Online Demo
-----------Should be accessible [here](http://sthdwp.com/Captcha1/main)