Tch1b0 / dsbmobile.js

A Javascript package for the DSBmobile API
https://tch1b0.github.io/dsbmobile.js/
MIT License
5 stars 0 forks source link

make new subjects shorts customizable #42

Closed Tch1b0 closed 2 years ago

Tch1b0 commented 2 years ago

The current subject shorts are hard-coded and don't allow much variation. The user of this package should be able to add custom subject shorts like this:

dsb.addSubjectShorts(
    new Map([["G", "German"], ["E", "English"]])
);