https://github.com/dbtek/skscrapper
A lightweight cli scrapper for meal menu page of Istanbul Technical University
https://github.com/dbtek/skscrapper
Last synced: 2 months ago
JSON representation
A lightweight cli scrapper for meal menu page of Istanbul Technical University
- Host: GitHub
- URL: https://github.com/dbtek/skscrapper
- Owner: dbtek
- License: mit
- Created: 2016-12-20T11:16:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T08:23:11.000Z (over 9 years ago)
- Last Synced: 2025-08-09T16:21:19.357Z (10 months ago)
- Language: JavaScript
- Homepage: http://sks.itu.edu.tr
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skscrapper
===
A lightweight cli scrapper for meal [menu page](http://sks.itu.edu.tr) of Istanbul Technical University.
### Install
Node versions 4.3.2+ is required due to some of ES6 features used.
```
$ npm install --global skscrapper
```
### Usage
```bash
# 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](https://twitter.com/dbtek)
Released under MIT License