Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/albinojunior/anticaptcha-image-nodejs
- Owner: albinojunior
- Created: 2017-11-03T03:25:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T12:56:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T23:36:19.494Z (26 days ago)
- Topics: express, javascript, library, nodejs, npm, npm-package
- Language: JavaScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)