Bitstamp API

I am making a simple GUI java app to graphically display Bitstamp’s trading data through their API.

The java app utilizes apache’s httpclient library to make http connection, uses Jackson to bind JSON data to Java class and/or generic containers.

The app also uses jmathplot libary to help plot the data.
After some considration, I switched my ploting tool to JFreeChart for its detailed documentation.

Find it at my project repo. I have also changed the new project to a newer repo

I will try to add more functionality in project in the following days :)

Cheers

March 25, 2014

Comments

comments powered by Disqus