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

https://github.com/hirokisan/recaptcha-google-sample


https://github.com/hirokisan/recaptcha-google-sample

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# recaptcha-google-sample

## 手順

- http://www.google.com/recaptcha/admin にアクセスしてAPIキーペアを取得する
- client/index.htmlにAPIキーを設定する
- `make serve`して http://localhost:8000/ にアクセスしてconsole.logで出力されるtokenを取得する
- api/main.goにAPIキーとtokenを設定する
- `make check`してreCAPTCHAの結果を確認する