From 5059ee8052edae15ec7df6386ddb55ac682b4f71 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Thu, 15 Jun 2023 20:08:49 -0400 Subject: [PATCH] adds a readme + a todo: --- .gitignore | 2 ++ README.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77355f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +calendar.ics +id.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2a3dad --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Metro Schedule Parser + +## How to use + +Simply open the web app and enter your metro employee ID, and click submit. +It will automatically start downloading your work schedule for the next week as a .ICS file. +You can then import this file into any calendar program. +I.E. Google Calendar, Outlook's Calendar, etc.. + +## TODO + +Allow users to pick a specific week to download, right now it only downloads the next week (which will cause problems, as a few days before the schedule is released, the next week will be "available" but it will jsut be an empty schedule + +Improve the look of the site? add a HOW TO on the website it self + +host the site so anyone can use it