From 87c056b690b4698a439d3076c21c7f07025e27a5 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 22 Jun 2018 11:52:37 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5312234 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Orarend +A school schedule app written in C# using Xamarin. + +This app can obtain the schedule automatically from the school's website and update it as needed. Any temporary changes are marked red. + +It downloads the site HTML and uses regex to fix some issues that the parser can't handle correctly and then parses the code.