skscrapper
v1.1.0
Published
A lightweight cli scrapper for meal menu page of Istanbul Technical University
Downloads
14
Maintainers
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