aboutsummaryrefslogtreecommitdiff
path: root/server.js
AgeCommit message (Collapse)Author
2021-12-07Minor changes to the server and UIJoelHMikael
2021-12-07Made a frontend that can be looked atJoelHMikael
2021-12-06Fixed the \r left over in parsingJoelHMikael
2021-12-06Added a possibility to choose the weekdayJoelHMikael
2021-12-06Fixed a minor bug in buildMain in server.jsJoelHMikael
2021-12-06Parsing completedJoelHMikael
Also some improved server logic
2021-12-05Improvements to server.jsJoelHMikael
Improved the readability of the server code by implementing async/await and making the logic based on a dictionary of build functions instead of a switch statement.
2021-11-27Broken shift parsingJoelHMikael
Better WIP
2021-11-22Made serverJoelHMikael
It seems to work. All other things are in progress.