Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Google Translate Api | 2,346 | 3,853 | 93 | a month ago | 12 | June 28, 2017 | 82 | mit | JavaScript | |
A free and unlimited API for Google Translate :dollar::no_entry_sign: | ||||||||||
Traduzir Paginas Web | 2,264 | a day ago | 215 | mpl-2.0 | JavaScript | |||||
Translate your page in real time using Google or Yandex | ||||||||||
Gtts | 1,780 | 613 | 98 | 2 days ago | 32 | March 15, 2022 | 13 | mit | Python | |
Python library and CLI tool to interface with Google Translate's text-to-speech API | ||||||||||
Translateapp | 1,682 | 3 years ago | 14 | other | Java | |||||
:memo: A translations app without interruptions, copy words and translate directly, show result by top view. | ||||||||||
Google Translate Php | 1,494 | 171 | 68 | 3 months ago | 35 | August 05, 2021 | mit | PHP | ||
🌐 Free Google Translate API PHP Package. Translates totally free of charge. | ||||||||||
Crow Translate | 1,168 | 8 days ago | 63 | gpl-3.0 | C++ | |||||
A simple and lightweight translator that allows you to translate and speak text using Google, Yandex Bing, LibreTranslate and Lingva. | ||||||||||
Googletranslate | 713 | 2 years ago | 53 | gpl-3.0 | TypeScript | |||||
🌐 Google 翻译 Mac 客户端 | ||||||||||
Mtrans | 622 | 4 years ago | 8 | Java | ||||||
Multi-source Translation | ||||||||||
Alfred Google Translate | 523 | a year ago | 23 | August 25, 2020 | 15 | mit | JavaScript | |||
Alfred 3 workflow - translate with google api💵🚫 | ||||||||||
Googleapi | 465 | 12 | 11 | 18 days ago | 136 | September 27, 2022 | mit | C# | ||
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses. |
Multi-lingual sample app for the google-translate-server (proxy). It allows you to translate phrases to multiple languages simultaneously, using the Google translate API proxy, but there's whole lot of other stuff you can do, it's just a sample app. AngularJS 1.5.x, using wix-gruntfile as a dev framework. ###See demo here###
=> you must have bower and npm properlly installed on your computer.
gem install bundler; bundle install;
and then repeat the process above.Running grunt will start a local server on port 9000 that will serve the project files. By default the program will run with mock data, configured in server-api.ts. you can change the data or turn off the mocks by setting "enableMocks" property to false in "velocity.private.data.js". When running without mocks, the local server also serves as a proxy, transferring all requests from "$server_url/api/$request" to "$server_url/api/$request". Default server URL for local dev is http://localhost:9333/, as defined in proxy-settings.json file (you are advised to use google-translate-server project).
Alternativelty, to simulate heroku production mode, run grunt build
(to create the "dist" folder) and then heroku local
to simulate starting the server on heroku. In this case, an express app will serve the files from the dist you have just built. see "web.js" file for more info. You may config a ".env" file to override heroku production settings:
PORT=5000
SERVER_BASE=http://localhost:9333