An open API service indexing awesome lists of open source software.

https://github.com/fancellu/scalafx-http4s-circe-example

ScalaFX example with http4s client talking to a json endpoint along with Circe
https://github.com/fancellu/scalafx-http4s-circe-example

circe http4s scala scalafx

Last synced: 4 months ago
JSON representation

ScalaFX example with http4s client talking to a json endpoint along with Circe

Awesome Lists containing this project

README

          

# scalafx-http4s-circe-example

[![Build Status](https://travis-ci.com/fancellu/scalafx-http4s-circe-example.svg?branch=master)](https://travis-ci.com/fancellu/scalafx-http4s-circe-example)

ScalaFX example with http4s client talking to a json endpoint along with Circe

Run it up via ```sbt run```

If you select a row on the table, it will show on stdout

If you click the fetch quotes button it will call the Json endpoint and pull it back to the table

## Screenshot

![Screenshot](/scalafx_screenshot.png)

## Note

You'll need a JDK that supports JavaFX, or include it yourself https://github.com/scalafx/scalafx#scalafx-dependencies

So if it complains, you know what to do