A module which uses my dsbapi library to filter only for the important information returned by the getData() Method.
- timetable
- news
- tiles
yarn add dsbclient
# OR
npm install dsbclient --saveNew import key
importClientfrom'dsbclient';constclient=newClient(USERNAME,PASSWORD);client.fetch()=>ReturnsPromiseOld way
constClient=require('dsbclient');constclient=newClient(USERNAME,PASSWORD);client.fetch()=>StillreturnsPromise