Menu for Sodexo Hermia 5 & 6.
This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-08-16 10:56:08 +03:00
src Bump version to 1.0.2 2021-08-16 10:56:08 +03:00
.gitignore Initial commit 2019-12-22 10:27:25 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml 2019-12-22 08:34:16 +00:00
.tool-versions Initial commit 2019-12-22 10:27:25 +02:00
index.html Initial commit 2019-12-22 10:27:25 +02:00
LICENSE Add readme and license 2019-12-22 10:42:53 +02:00
README.md Just plain tsc works? 2021-08-16 09:25:51 +03:00
sodexo_menu.code-workspace Initial commit 2019-12-22 10:27:25 +02:00
style.css Add simple error handling for when restaurant data cannot be fetched 2020-01-02 21:27:45 +02:00
tsconfig.json Initial commit 2019-12-22 10:27:25 +02:00

Sodexo Hermia 5 & 6 weekly menu

View live at https://nicd.gitlab.io/sodexo-menu

  • Gets menu data from Sodexo API and displays fancy table.
  • 100 % strict TypeScript, no dependencies, no node modules.
  • Requires modern browser, no IE support.
  • Licensed under AGPL 3.0. See LICENSE file.

To build

Install TypeScript so that you have tsc available. It's suggested to use the Node.js version specified in .tool-versions. Then run tsc. Serve with your favourite HTTP server such as python -m http.server 53593. Accessing from file:// URL will not work.