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.
sodexo-menu/README.md

16 lines
568 B
Markdown
Raw Permalink Normal View History

2019-12-22 08:42:53 +00: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
2021-08-16 06:25:51 +00:00
version specified in `.tool-versions`. Then run `tsc`. Serve with your
2019-12-22 08:42:53 +00:00
favourite HTTP server such as `python -m http.server 53593`. Accessing from `file://`
URL will not work.