Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albinojunior/anticaptcha-image-nodejs


https://github.com/albinojunior/anticaptcha-image-nodejs

express javascript library nodejs npm npm-package

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# anticaptcha-image-nodejs

```
$ npm i --save anticaptcha-image-nodejs
```
## Example:
```js
anticaptcha
.getResult("YOUR_CLIENT_KEY_HERE", "IMAGE_BASE64_HERE")
.then((result) => {
console.log(result);
});
```
[See more examples...](https://github.com/albinojunior/anticaptcha-image-nodejs/blob/master/example.js)