UNPKG
dsbiserv
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
A library to query the dsb plan from iServ
github.com/TheNoim/DSBiServ
TheNoim/DSBiServ
dsbiserv
/
test.js
7 lines
(6 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * 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
);