Create README.md

This commit is contained in:
Norbi Peti 2018-06-22 11:52:37 +02:00 committed by GitHub
parent 866903b790
commit 87c056b690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
README.md Normal file
View file

@ -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.