Skip to content

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

Notifications You must be signed in to change notification settings

lihonosov/market-price-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published