adds a readme + a todo:
This commit is contained in:
parent
d437b5a882
commit
5059ee8052
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
calendar.ics
|
||||||
|
id.txt
|
16
README.md
Normal file
16
README.md
Normal 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
|
Reference in New Issue
Block a user