An open API service indexing awesome lists of open source software.

https://github.com/peteee/translate-apis

...testing different translation APIs
https://github.com/peteee/translate-apis

Last synced: 3 months ago
JSON representation

...testing different translation APIs

Awesome Lists containing this project

README

          

# translate-apis
...testing different translation APIs

this small web-app can also speak the translated words/texts :D

//SPEECH
let utterance = new SpeechSynthesisUtterance(speakThis);
var myLang = utterance.lang;
utterance.lang = 'es-ES';
speechSynthesis.speak(utterance);

#APIs
- Google Translate via RAPID API
- Microsoft Translator/Bing Translation via RAPID APi