@hwr-berlin-scheduler/utils
v0.0.4
Published
This library is part of an [open source project](https://github.com/hwr-berlin-scheduler). An effort to improve access to relevant information for affiliated persons at Hochschule fuer Wirtschaft und Recht Berlin, such as students and lecturers.
Downloads
1
Readme
HWR Berlin scheduler
This library is part of an open source project. An effort to improve access to relevant information for affiliated persons at Hochschule fuer Wirtschaft und Recht Berlin, such as students and lecturers.
server-side utility functions and models
This library written in TypeScript bundles some utility functions and data models used throughout several server-side libraries of the project.
Usage
The library is available as npm package for direct use. If you want to take a look at and tinker with the source code read the contribution section below.
npm install @hwr-berlin-scheduler/utils
After installation you can use any of the helpers or models by importing them, e.g.:
import {ObjectHelper} from '@hwr-berlin-scheduler/utils'
Contribution
In case you found a bug or have a feature request open an issue on GitHub.
The full source code is available at GitHub aswell. Feel free to fork, tinker with it and make a PR to add features.
git clone https://github.com/hwr-berlin-scheduler/utils.git