vertretungsplan

1.1.6 • Public • Published

vertretungsplan

NPM Version Coverage Status Build Status Downloads Dependency Status License

Module for parsing untis substituon plans.

Java PHP

Install

npm i --save vertretungsplan

Usage

import Vertretungsplan from "vertretungsplan"
 
var plan = new Vertretungsplan("http://ohgspringe.de/phocadownload/plan/subst_001.htm")
plan.load();
 
console.log(plan.getForClass("11")); //Array
 

Notice

  • The keys are determined by the column-headings of the url.
  • The keys are lowercased ('(Raum)' => '(raum)')
  • For convenience, 'Klasse(n)' becomes 'klasse'

License

MIT © kingjan1999

Readme

Keywords

Package Sidebar

Install

npm i vertretungsplan

Weekly Downloads

1

Version

1.1.6

License

MIT

Last publish

Collaborators

  • kingjan1999