Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobinath-b/recaptcha-version2
https://github.com/gobinath-b/recaptcha-version2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobinath-b/recaptcha-version2
- Owner: Gobinath-B
- Created: 2023-08-11T14:52:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T15:01:46.000Z (over 1 year ago)
- Last Synced: 2023-08-11T21:40:46.033Z (over 1 year ago)
- Language: EJS
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google reCAPTCHA v2 Implementation using Express
This repository contains an example of how to integrate Google reCAPTCHA v2 with an Express.js application.
## Prerequisites
- Node.js and npm installed on your machine
## Dependencies
- express js
- axios
- ejs## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/your-username/recaptcha-express-example.git
cd recaptcha-express-example
```