Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 764 Bytes

Retest

Easily test google recaptcha

How to use

use online:

  1. Go to this address.
  2. Enter your site key in the input. (don't forget to add https://amiraliamhh.github.io to your domains in google recaptcha settings section)
  3. Press Show ReCaptcha.
  4. Solve ReCaptcha.
  5. Now you can see your token.

for developers:

  1. Clone this repository:

$ git clone https://github.com/amiraliamhh/retest.git

  1. If you don't have Parcel already installed, first you have to install it:

$ npm install -g parcel-bundler

  1. Go to retest directory and install dependencies:

$ npm install

  1. Run the project:

$ npm start

  1. Visit http://localhost:1234.