wowbuddy-miner

0.9.5 • Public • Published

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 buddy_miner_ (case matters)

Parameter Default
consulHost localhost
consulPort 9500
consulId buddy_miner-0
hosting https://localhost:8000
battleNetApiKey
realms howling-fjord
locale ru_RU
kafkaBrokers localhost:9092
checkIntervalMs 60000
battleNetUrl eu.api.battle.net

Usage

npm start

Readme

Keywords

none

Package Sidebar

Install

npm i wowbuddy-miner

Weekly Downloads

1

Version

0.9.5

License

ISC

Last publish

Collaborators

  • gobixm