Skip to content

3bdallahz/aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aggregator

TODO: Add description

To run the application

iex -S mix AggregatorActor.start_link KrakenClient.start_link [{:"ETH/USD", "ETH_USD"}]

similar exchanges like huobi for

HuobiClient.start_link [{:btcusdt, "btc_usdt"}]


the convention is start_link takes an array of tuples, the first element of the tuple is an atom, which corresponds to the string used to subscribe to the tickers and the second element is the symble snaked-cased

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages