Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

Google Translate repeater

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

Getting Started

Prerequisites

Requires Java 8 and Gradle 4.4 to be installed.

Build Instructions

git clone https://github.com/nathanbutler/googletranslate.git
cd googletranslate
 ./gradlew :googletranslaterepeater:clean :googletranslaterepeater:shadowJar
java -jar googletranslaterepeater/root.jar server googletranslaterepeater/local.yaml

Built With

  • Dropwizard - The web framework used
  • Guava - Utility functions
  • Lombok - Annotations for less boilerplate code

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details