0.9.5 • Published 6 years ago

wowbuddy-miner v0.9.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Buddy Miner

Build Status

Pulls auction data via battle net api and publishes it to kafka topic: auction-data

Outgoing message format

{
    auc: 42,
    item: 42,
    owner: "kirill",
    bid: 42,
    quantity: 42,
    buyout: 42,
    timeLeft: "VERY_LONG",
    time: "iso with timezone"
}

Configuration

supported configuration formats Environment variables should be prefixed with buddyminer (case matters)

ParameterDefault
consulHostlocalhost
consulPort9500
consulIdbuddy_miner-0
hostinghttps://localhost:8000
battleNetApiKey
realmshowling-fjord
localeru_RU
kafkaBrokerslocalhost:9092
checkIntervalMs60000
battleNetUrleu.api.battle.net

Usage

npm start