0.9.1 • Published 6 years ago

wowbuddy-itemregistry v0.9.1

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

Buddy Item Registry

Build Status

*Consumes auction data from kafka topic auction-data*

Downloads item information from battle.net api and persist it in mongodb, exposing some http api to fetch data.

Configuration

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

ParameterDefault
consulHostlocalhost
consulPort9500
consulIdbuddy_itemregistry-0
hostinghttps://localhost:8001
battleNetApiKey
realmshowling-fjord
localeru_RU
kafkaBrokerslocalhost:9092
mongoUrlmongodb://localhost:27017/wowbuddy-items

Usage

npm start