Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 454 Bytes

File metadata and controls

10 lines (7 loc) · 454 Bytes

RobinhoodJavaClient

This repository contains a client written in java for connecting to the Robinhood API. See sanko/Robinhood for documentation on the API.

Build Instructions (tested on MacOS and Arch Linux)

  • 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.