-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in browser #92
Comments
This lib is for Node.js. |
It doesn't work in browser because it uses cross origin requests. I made it work here google-translate-api-browser. It uses cors-anywhere |
I think you should definitely mention that all requests are proxied via |
Ye. @cjvnjde, I carried over the additions and fixes that were added recently into vitalets' fork of this repo over to yours. Go ahead and take a look at that PR and see if things still work like they should over there with the new code in place. |
In case others are looking here is an up-to-date axios port: https://github.com/AidanWelch/google-translate-api |
I'm trying to use this in an Angular 7 app, but it seems this is not possible?
The text was updated successfully, but these errors were encountered: