Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 274 Bytes

reCAPTCHA v2 Node.js

A Node.js client-server implementation of Google's reCAPTCHA v2

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install express node-fetch body-parser

Run

To serve in the browser

$ npm start