UNPKG

dsbiserv

Version:

A library to query the dsb plan from iServ

7 lines (6 loc) 273 B
/** * Created by nilsbergmann on 16.01.17. */ const DSBLibrary = require('./dsb'); const dsb = new DSBLibrary(require('./config.json').host, require('./config.json').username, require('./config.json').password, `./cookie_cache.json`, true); dsb.getDSBPlans(console.log);