Go to file
Jonas Lochmann 1fd370b287
Extend classNameRegex
2023-08-14 02:00:00 +02:00
src Extend classNameRegex 2023-08-14 02:00:00 +02:00
.eslintignore Replace tslint by eslint 2022-01-31 01:00:00 +01:00
.eslintrc.json Get linter working in es mode 2022-01-31 01:00:00 +01:00
.gitignore Initial commit 2019-09-16 13:20:35 +02:00
Readme.md Update copyright year in the Readme 2022-01-31 01:00:00 +01:00
package-lock.json Update dependencies 2022-12-12 01:00:00 +01:00
package.json Remove obsolete package 2022-08-22 02:00:00 +02:00
tsconfig.json Replace request by node-fetch 2022-01-31 01:00:00 +01:00

Readme.md

Indiware crawler

This crawler gets contents from stundenplan24.de for the vertretungsplan.io application. It parses the XML files which are used in the online viewer.

All data is served directly from this application, the client does not connect to stundenplan24.

Schools are managed in the source code at src/config/data.ts. Access data is passend in using environment variables to allow making this public without disclosing the access data.

If only some access data is provided, then only the schools with access data are crawled and served.

The listening port can be set using the PORT environment variable. By default, it's 8080.

License

AGPL 3.0

vertretungsplan.io indiware crawler Copyright (C) 2019 - 2022 Jonas Lochmann

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.