diff options
author | syn <isaqtm@gmail.com> | 2020-01-13 22:16:16 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-01-13 22:16:16 +0300 |
commit | 39083e6488e15bdb5ee02713e62c37718b0a4301 (patch) | |
tree | 60184c50d741fc755a80ede608e45dbce00ff35f /README.md | |
parent | eca1edf0943aa1531f41542508fa8504c96bc491 (diff) | |
download | fcked-rt-master.tar.gz |
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 |