aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-08-01 10:03:58 +0900
committerwabilin <[email protected]>2020-08-01 10:03:58 +0900
commit4f591101f6ca672ed0432a0f30eb932e87205478 (patch)
tree34177274f024b87180b8ef275e66e16987a923ed
parentadd 10 and 12 node to CI (diff)
downloadholo-schedule-4f591101f6ca672ed0432a0f30eb932e87205478.tar.xz
holo-schedule-4f591101f6ca672ed0432a0f30eb932e87205478.zip
Update README for new interface
-rw-r--r--README.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/README.md b/README.md
index c7f2e73..985882d 100644
--- a/README.md
+++ b/README.md
@@ -36,16 +36,19 @@ Gets list like
```
[
{
- time: 2020-07-30T08:01:00.000Z,
- streamer: '天音かなた',
- guests: [ '赤井はあと', '姫森ルーナ' ]
+ time: 2020-07-31T11:02:00.000Z,
+ streamer: 'アステル・レダ',
+ guests: [ '鏡見キラ', '奏手イヅル' ],
+ link: 'https://www.youtube.com/watch?v=WntgMec1Q6A',
+ livePreviewImage: 'https://img.youtube.com/vi/WntgMec1Q6A/mqdefault.jpg'
},
{
- time: 2020-07-30T08:01:00.000Z,
- streamer: '姫森ルーナ',
- guests: [ '赤井はあと', '天音かなた' ]
+ time: 2020-08-01T10:00:00.000Z,
+ streamer: '赤井はあと',
+ guests: [],
+ link: 'https://www.youtube.com/watch?v=bYKeO_RKh6I',
+ livePreviewImage: 'https://img.youtube.com/vi/bYKeO_RKh6I/mqdefault.jpg'
},
- { time: 2020-07-30T08:20:00.000Z, streamer: 'ロボ子さん', guests: [] },
...
]
```