AidanWelch

Results 61 comments of AidanWelch

Yes this package is no longer being updated, I am maintaining a fork that is, and am adding support for all new languages soon: [here](https://www.npmjs.com/package/google-translate-api-x)

The fork above is maintained, but somewhat slowly, and relies on Got so I have also [started a fork of that fork](https://github.com/AidanWelch/google-translate-api#readme)

In case others are looking here is an up-to-date axios port: https://github.com/AidanWelch/google-translate-api

This is also useful for testing that the first run didn't break any future usages of whatever your testing without requiring a restart.

@alexraddas do you know what the accepted encoding formats for that option are?

Or better, have that option, and an option to return a dual array with both

Linked to [this](https://github.com/vitalets/google-translate-api/pull/68) PR

https://github.com/AidanWelch/OpenTrafficCamMap/commit/290e0b6d0dee39754114b23b83de32c6a995130f addresses this by removing the motion videos in Utah as I was able to determine the format, will reopen if I get the chance and address

Implement Utah motion URLs

@Seu07 I'm not very experienced with react native, but I'm pretty sure `react-native-blob-util` can be used to polyfill xhr requests with `trusty: true` then you can do something like this...