Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinothamar committed Jun 17, 2015
1 parent 2886a2d commit 7b00e27
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UiA-ScheduleGrabber <image src="https://ci.appveyor.com/api/projects/status/087lgi4ryvgbx5x1?svg=true&passingText=master%20-%20OK">

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
Expand Down Expand Up @@ -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).

0 comments on commit 7b00e27

Please sign in to comment.