diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,26 @@ -# fcked-rt +### some fcked-rt docs -Describe fcked-rt here. +## local storage +```json +{ + "ruz": { + "default": [ + { + "url": "https://ruz.hse.ru/api/schedule/auditorium/4495", + "name": "R401", + "type": "auditorium", + "rank": 0.555 + } + ] + }, + "night": true, + "pilot": "mp" +} +``` + +## smth else +example ruz urls: +https://ruz.hse.ru/api/schedule/group/11235?start=2019.12.23&finish=2019.12.29&lng=1 +https://ruz.hse.ru/api/schedule/student/203052?start=2019.12.23&finish=2019.12.29&lng=1 +https://ruz.hse.ru/api/schedule/person/278793884?start=2019.12.16&finish=2019.12.22&lng=1 +https://ruz.hse.ru/api/schedule/auditorium/4495?start=2019.12.16&finish=2019.12.22&lng=1
\ No newline at end of file |