Skip to content

A Node.js module to fetch the current substitution plan files from DSB Mobile

License

Notifications You must be signed in to change notification settings

BetterSubstitutionPlan/DSBDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSB Downloader

A Node.js module to fetch the current substitution plan files from DSB Mobile

Usage

const dsb = require("dsbdownloader");

var authToken = await dsb.getAuthtoken(username, password);
var timetables = await dsb.getTimetables(authToken);

console.log(timetables);

About

A Node.js module to fetch the current substitution plan files from DSB Mobile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published