Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 472 Bytes

###Usage Execute example.py and you will have .csv and .json roster file in your directory.

$ python3 example.py

.csv file can be used to import into your google calender from browser .jon file can be used for google calender API

Any comment is welsome and hope you enjoy it!

Run in debug mode

cd src; FLASK_APP=server.py FLASK_DEBUG=1 python -m flask run

Run in server mode

cd src; FLASK_APP=server.py python -m flask run