Big Update

This commit is contained in:
2025-03-25 21:48:41 +01:00
parent ec6b611646
commit 18605dfc64
16 changed files with 615 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "virtueller-stundenplan",
"version": "0.0.2",
"version": "1.0.0",
"description": "A library to access the data from virtueller-stundenplan.org",
"main": "index.js",
"scripts": {
@@ -18,6 +18,7 @@
},
"license": "CC-BY-NC-4.0",
"dependencies": {
"axios": "^1.8.4"
"axios": "^1.8.4",
"luxon": "^3.5.0"
}
}