From 7b00e27504364613014a6827b8fb79f4cfffb870 Mon Sep 17 00:00:00 2001 From: martinothamar Date: Wed, 17 Jun 2015 11:11:20 +0200 Subject: [PATCH] Updated readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c035c68..2dbd726 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # UiA-ScheduleGrabber Application for parsing the UiA schedule information for all departments. -It's a simple application in which should produce JSON from +It's a simple application which produces JSON from the [UiA schedule webpage](http://timeplan.uia.no/swsuiah/public/no/default.aspx). # Usage @@ -35,15 +35,11 @@ ScheduleGrabber.exe -f ITSchedule.json -i #SPLUS83F11B # Features -Currently the application only parses all departments and writes it to a JSON file. I am considering the following features in the future: -* Grab data for all departments by default, or pass in ID if you only need 1. - * For example, the current ID for IT and Information Systems third year is `#SPLUS83F11B`. This could happen by passing an --id flag perhaps. -* Flag for specifying JSON file to write to. (--file ?) * XML-support * Adapters for No-SQL schemaless databases? (--db mongodb --host localhost etc..) # License -MIT +MIT, see [license](https://github.com/martinothamar/UiA-ScheduleGrabber/blob/master/LICENSE).