1.0.4 • Published 6 years ago

break-recaptcha v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago