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
- Host: GitHub
- URL: https://github.com/peteee/translate-apis
- Owner: peteee
- Created: 2021-04-28T22:09:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T19:52:51.000Z (about 5 years ago)
- Last Synced: 2025-01-07T14:47:09.242Z (over 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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