Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

skscrapper

dbtek12MIT1.1.0

A lightweight cli scrapper for meal menu page of Istanbul Technical University

itü, scrapper, sks, meal, menu, yemekhane

readme

skscrapper

A lightweight cli scrapper for meal menu page of Istanbul Technical University.

Install

Node versions 4.3.2+ is supported due to some of ES6 features used.

 $ npm install --global skscrapper

Usage

 # prints the relevant menu for the time of day
 $ sks

 # prints lunch menu, other valid options: [--lunch, -o, --öğle, --ogle]
 $ sks -l

 # prints dinner menu, other valid options: [--dinner, -a, --akşam, --aksam]
 $ sks -d

Author

İsmail Demirbilek @dbtek Released under MIT License