Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiraliamhh/retest
Recaptcha Test
https://github.com/amiraliamhh/retest
Last synced: 10 days ago
JSON representation
Recaptcha Test
- Host: GitHub
- URL: https://github.com/amiraliamhh/retest
- Owner: amiraliamhh
- License: mit
- Created: 2019-04-27T12:26:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T14:36:39.000Z (over 5 years ago)
- Last Synced: 2024-10-27T10:56:24.345Z (about 2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retest
### Easily test google recaptcha### How to use
#### use online:
1. Go to [this address](https://amiraliamhh.github.io/retest).
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`
2. If you don't have *Parcel* already installed, first you have to install it:
`$ npm install -g parcel-bundler`
3. Go to *retest* directory and install dependencies:
`$ npm install`
4. Run the project:
`$ npm start`
5. Visit [http://localhost:1234](http://localhost:1234).