https://github.com/codeforgeek/google-racapcha-node
https://github.com/codeforgeek/google-racapcha-node
nodejs recaptcha-v3
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeforgeek/google-racapcha-node
- Owner: codeforgeek
- License: mit
- Created: 2016-03-09T18:13:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T09:03:33.000Z (over 4 years ago)
- Last Synced: 2025-04-01T19:59:58.630Z (10 months ago)
- Topics: nodejs, recaptcha-v3
- Language: HTML
- Homepage: https://codeforgeek.com/google-recaptcha-node-js-tutorial/
- Size: 7.81 KB
- Stars: 11
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google reCAPTCHA using Node.js
## How to run the code
Clone the project.
Switch to the cloned directory and run ```npm install``` to install required dependency.
Run ```node app.js``` and visit ```localhost:3000``` to view the app.
## Tutorial
https://codeforgeek.com/google-recaptcha-node-js-tutorial/