mirror of
1
2
Fork 0
ucaptcha/README.md

30 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

[![Build Status](https://travis-ci.com/devshh/uCaptcha.svg?branch=master)](https://travis-ci.com/devshh/uCaptcha)
# Introduction
uCaptcha is a simple drop-in replacement for reCaptcha by Google.
It has much the same API and has an additional benefit of helping [OpenStreetCam](https://openstreetcam.org) label their images. It can be self hosted relatively easily, however you can also use our hosted version if you'd like.
# Donate
If you use uCaptcha in production, or want to see the project grow, consider funding the project to help pay for hosting and bandwidth costs.
2020-03-24 15:06:20 +01:00
XMR: `45uYweaLaasTFKdEHK9qADRZMatRE3U9vKFwT1kpaig26GnruZm1t21ipVjsC1KLeeL7sG3m8bHfhcce4tQJLDKNCFBLPar`
2020-03-24 15:06:20 +01:00
BTC: `bc1qjj45cuu7d8r6g83al7yrtkkmzu6ud4j9qzq3dn`
2020-03-16 09:17:41 +01:00
# TODO
## Short term (1 - 2 weeks)
- [ ] Think of a way to detect if user's selection is correct answer
- [ ] Create tests
2020-03-16 09:17:41 +01:00
- [ ] Configure Rollup to create 2 packages 1x esm 1x cjs
2020-03-24 15:06:20 +01:00
- [ ] Improve the UI
## Medium term (> 1 month)
- [ ] Increase security and accuracy of predictions
## Long term (> 3 months)
Nothing here