adds a readme + a todo:

This commit is contained in:
SuperNovaa41 2023-06-15 20:08:49 -04:00
parent d437b5a882
commit 5059ee8052
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
calendar.ics
id.txt

16
README.md Normal file
View File

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