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
- Host: GitHub
- URL: https://github.com/fancellu/scalafx-http4s-circe-example
- Owner: fancellu
- Created: 2020-05-08T14:30:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T08:38:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T00:58:32.485Z (10 months ago)
- Topics: circe, http4s, scala, scalafx
- Language: Scala
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalafx-http4s-circe-example
[](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

## 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