This repository contains a client written in java for connecting to the Robinhood API. See sanko/Robinhood for documentation on the API.
- Ensure you have a Java SDK installed and configured with java/javac in your $PATH.
- Clone this repository.
- Execute ./gradlew jarFile
- Your jar will be built into the build/libs/ directory.