This is a simple demo for GUI application created using Vaadin. HitBTC API used as data provider. There is view for symbols and for candles.
Symbols view allows:
- view available symbols
- sort them by a lot of fields
- find symbols by identifiers
- view symbol's details SymbolDetails pane
From SymbolDetails user can go to the CandlesView. There user can:
- view candles for particular symbols
- query candles by Candle's period
- query candles by timestamp lower and upper bound
- sort candles by timestamp
- Vaadin
- Spring Framework
- Feign
- AssertJ
- Gradle