You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Get the latest five uploads for any YouTube channel!
4
4
5
5
# How to use
6
6
7
+
## Using a browser
8
+
9
+
You can go to [the site](https://latestvid.stats100.xyz)
10
+
11
+
## In a program using a Fetch API
12
+
7
13
It's very simple, just make a request to `https://latestvid.stats100.xyz/get/<CHANNEL_ID_HERE>`
8
14
For example, to get the latest uploads for [MrBeast](https://youtube.com/@mrbeast), just have to make a simple request to `https://latestvid.stats100.xyz/get/UCX6OQ3DkcsbYNE6H8uQQuVA` and get an example response like this:
9
15
@@ -118,3 +124,9 @@ As a reminder, queries can be stacked: `?type=shorts&maxresults=2`
118
124
}
119
125
]
120
126
```
127
+
128
+
# Docker
129
+
130
+
Docker is not required. I just use it because Nix is very unhappy on my server.
131
+
132
+
If you do use to use Docker, the application runs on port 8080 by default
0 commit comments