lihonosov / market-price-notifier

Spring Boot application to notify when currency's price has changed above some limit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Spring Boot application to notify when currency's price has changed above some limit

Components/Modules

How to start

  • Server - run ServerApplication
  • Client - run ClientApplication
  • Tests - mvn clean test

Assumptions

  • Market data provider - Bitfinex (BitfinexMarketTickerProvider - info.bitrich.xchangestream.bitfinex.BitfinexStreamingExchange)
  • Client does not receive any alerts without any limit
  • Only one limit per currency pair
  • Console client only show alerts that price has changed above some limit
  • Set and Remove limits from Web UI or SwaggerUI

About

Spring Boot application to notify when currency's price has changed above some limit


Languages

Language:Java 93.4%Language:HTML 3.5%Language:JavaScript 3.1%