forked from gbowne1/codestream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstreams.json
More file actions
42 lines (42 loc) · 1.17 KB
/
streams.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"id": "1",
"user": "KernelPanic",
"title": "Building a custom OS kernel from scratch",
"category": "Operating System Developer",
"viewers": 1240,
"thumbnail": "https://placehold.co/600x400/000/fff?text=OS+Dev"
},
{
"id": "2",
"user": "SyntaxSorceress",
"title": "React Server Components vs. The World",
"category": "Web Development",
"viewers": 850,
"thumbnail": "https://placehold.co/600x400/000/fff?text=Web+Dev"
},
{
"id": "3",
"user": "CyberGhost",
"title": "Live Bug Bounty Hunting - Target: Unknown",
"category": "Hacking & Cybersecurity",
"viewers": 2100,
"thumbnail": "https://placehold.co/600x400/000/fff?text=Hacking"
},
{
"id": "4",
"user": "PixelPush",
"title": "Designing Character Sprites for my Indie RPG",
"category": "Game Art & Pixel Art",
"viewers": 320,
"thumbnail": "https://placehold.co/600x400/000/fff?text=Game+Art"
},
{
"id": "5",
"user": "LeetCoder99",
"title": "Daily Leetcode Grind - Hard Problems Only",
"category": "Leetcoder & Co-Working",
"viewers": 450,
"thumbnail": "https://placehold.co/600x400/000/fff?text=Leetcode"
}
]