@vitalets/google-translate-api
Advanced tools
Comparing version 9.1.0 to 9.2.0
{ | ||
"name": "@vitalets/google-translate-api", | ||
"description": "A free and unlimited API for Google Translate", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"files": [ | ||
@@ -9,0 +12,0 @@ "src", |
@@ -10,2 +10,4 @@ # google-translate-api | ||
> DISCLAIMER! | ||
To be 100% legal please use official [Google Translate API](https://cloud.google.com/translate). This project is mainly for pet projects and prototyping. | ||
@@ -94,3 +96,3 @@ ## Contents | ||
## Limits | ||
Google Translate has request limits. If too many requests are made, you can get a **TooManyRequestsError** (code 429). You can use **proxy** to bypass it: | ||
Google Translate has request limits. If too many requests are made from the same IP address, you will get a **TooManyRequestsError** (code 429). You can use **proxy** to bypass it: | ||
@@ -124,2 +126,3 @@ ```ts | ||
``` | ||
See [#107](https://github.com/vitalets/google-translate-api/issues/107) for discussion. | ||
@@ -126,0 +129,0 @@ ## API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31433
154