break-recaptcha

1.0.7 • Public • Published

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})
});
 

Readme

Keywords

none

Package Sidebar

Install

npm i break-recaptcha

Weekly Downloads

2

Version

1.0.7

License

ISC

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • khoazero123