You first need to install ratemarkt-sdk
$ git clone https://github.com/ratemarkt/ratemarkt-sdk.git
$ cd ratemarkt-sdk
$ mvn install
Once completed, clone this sample webapp
$ git clone https://github.com/ratemarkt/ratemarkt-sample-webapp.git
$ cd ratemarkt-sample-webapp
Now you're ready to run the app using your own Ratemarkt API key.
$ mvn jetty:run\
-Dcom.ratemarkt.sample.baseUrl="RATEMARKT_API_URL"\
-Dcom.ratemarkt.sample.apiKey="YOUR_API_KEY"
Screenshots