Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gobinath-b/recaptcha-version2


https://github.com/gobinath-b/recaptcha-version2

Last synced: about 2 months ago
JSON representation

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
```