Skip to content

A collection of Node.js modules to parse plans generated by Untis (Timetable, Substitution plan)

License

Notifications You must be signed in to change notification settings

BetterSubstitutionPlan/UntisParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UntisParser

A collection of Node.js modules to parse plans generated by Untis (Timetable, Substitution plan)

Usage

var parser = require("untisparser");

// Parse a Timetable
var html = "... html code of the timetable";
var output = parser.parseTimetable(html);

// Parse a Substitution plan
var html = "... html code of the substitution plan";
var output = parser.parseSubstitutionplan(html);

About

A collection of Node.js modules to parse plans generated by Untis (Timetable, Substitution plan)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published