Basic API kind of worked out and solved a bunch of things with alpine.js
This commit is contained in:
parent
f49608d74c
commit
07fa59c8e7
12 changed files with 149 additions and 61 deletions
|
@ -1,7 +1,22 @@
|
|||
[
|
||||
{
|
||||
"title": "Sample Stream",
|
||||
"streamed_on": "10/10/2025",
|
||||
"description": "Some kind of stream."
|
||||
}
|
||||
]
|
||||
{
|
||||
"title": "Stream #34: C++ Game Dev|Retro Raycaster|No Brainrot Stream",
|
||||
"streamed_on": "10/10/2025",
|
||||
"description": "Some kind of stream.",
|
||||
"links": [
|
||||
{"description": "A funky website",
|
||||
"url": "https://test.com"
|
||||
},
|
||||
{"description": "A funky website",
|
||||
"url": "https://test.com"
|
||||
},
|
||||
{"description": "A funky website",
|
||||
"url": "https://test.com"
|
||||
},
|
||||
{"description": "A funky website",
|
||||
"url": "https://test.com"
|
||||
},
|
||||
{"description": "A funky website",
|
||||
"url": "https://test.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue