Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

nikeee/node-canteen-cli

Repository files navigation

node-canteen-cli Build Status Dependency Status

Data scraper for Uni Kassel Mensa.

Prerequisites:

  • node

Installation:

git clone https://github.com/nikeee/node-canteen-cli
cd node-canteen-cli
npm ci
npm run compile

Usage

node build/app.js list # to list evailable canteens
node build/app.js pull <name> # to pull data as JSON of a specific canteen

Output will be stdout.

To pull all available canteens into separate files:

node build/app.js list | parallel "node build/app.js pull {} > {}.json"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published