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.