Using Drop Wizard and the Google Translate API I am able to take a phrase and run it through the translator many times It then read and returns json in languages.json and translate.json
Requires Java 8 and Gradle 4.4 to be installed.
git clone https://github.com/nathanbutler/googletranslate.git
cd googletranslate
./gradlew :googletranslaterepeater:clean :googletranslaterepeater:shadowJar
java -jar googletranslaterepeater/root.jar server googletranslaterepeater/local.yaml
- Dropwizard - The web framework used
- Guava - Utility functions
- Lombok - Annotations for less boilerplate code
- Nathan Butler - Developer / maintainer - nathanbutler
This project is licensed under the MIT License - see the LICENSE file for details