A Mensa API
Go to file
2023-12-23 22:34:49 +01:00
docs stripper.ts typedoc support 2023-12-23 22:34:49 +01:00
src stripper.ts typedoc support 2023-12-23 22:34:49 +01:00
.gitignore scraper 2023-12-20 14:03:16 +01:00
docker-compose.prod.yml scraper 2023-12-20 14:03:16 +01:00
docker-compose.yml scraper 2023-12-20 14:03:16 +01:00
Dockerfile scraper 2023-12-20 14:03:16 +01:00
Makefile scraper 2023-12-20 14:03:16 +01:00
nodemon.json +Campus Scraper, +Cache per Site 2023-12-22 23:53:03 +01:00
package-lock.json stripper.ts typedoc support 2023-12-23 22:34:49 +01:00
package.json stripper.ts typedoc support 2023-12-23 22:34:49 +01:00
README.md scraper 2023-12-20 14:03:16 +01:00
tsconfig.json stripper.ts typedoc support 2023-12-23 22:34:49 +01:00

Mensa-API

Usage

npm install
npx tsc
node ./dist/index.js

Dev

make up

Prod

make up-prod