1.0.7 • Published 4 years ago

break-recaptcha v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Used

const getCaptchaToken = require('break-recaptcha');

const url = `https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le2z6QUAAAAAPRM7bLJTRBnF-sF2Gitju2xABXA&co=aHR0cHM6Ly9lbGVtZW50cy5lbnZhdG8uY29tOjQ0Mw..&hl=en&v=wk6lx42JIeYmEAQSHndnyT8Q&size=invisible`;

getCaptchaToken(url).then((token) => {
  console.log({token})
});
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago