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
2019-12-22 10:42:53 +02:00
src Initial commit 2019-12-22 10:27:25 +02: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.html Add readme and license 2019-12-22 10:42:53 +02:00
sodexo_menu.code-workspace Initial commit 2019-12-22 10:27:25 +02:00
style.css Initial commit 2019-12-22 10:27:25 +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 tsconfig.json`. Serve with your
favourite HTTP server such as `python -m http.server 53593`. Accessing from `file://`
URL will not work.