1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "moekyun.me",
"profession": "providing only the most moe of web services",
"links": [
{
"url": "https://patchwork.moekyun.me",
"icon": "video-line",
"title": "Patchwork Archive",
"description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time"
},
{
"url": "https://patchwork.moekyun.me",
"icon": "music-2-line",
"title": "Patchwork Radio",
"description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads"
},
{
"url": "https://link.moekyun.me",
"icon": "link",
"title": "Moekyun Link Shortener",
"description": "Make your links a whole lot cuter (and more fun)"
},
{
"url": "https://github.com/pinapelz/vtuber-captcha",
"icon": "robot-line",
"title": "VTuber Captcha",
"description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans"
}
]
}
|