Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atilafassina/youtube-videos
API to fetch ScopeLeak youtube videos
https://github.com/atilafassina/youtube-videos
Last synced: about 2 months ago
JSON representation
API to fetch ScopeLeak youtube videos
- Host: GitHub
- URL: https://github.com/atilafassina/youtube-videos
- Owner: atilafassina
- Created: 2020-06-03T06:54:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T16:55:01.000Z (about 1 year ago)
- Last Synced: 2024-10-12T23:44:36.999Z (3 months ago)
- Language: TypeScript
- Homepage: https://youtube-videos.now.sh
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetch from Youtube/search
## Environment Variables
| Variable | Required | Description |
| --------------- | -------- | ------------------------------------------------------------------------------- |
| `YOUTUBE_TOKEN` | Yes | Provided by Google Services when request access to youtube api |
| `CHANNEL_ID` | No | The `id` of channel to fetch from, can be received in the request as a fallback |## Request Parameters
| Parameter | Default | Description |
| ------------ | ------- | --------------------------------------------- |
| `order` | `date` | criteria which will be used to order items |
| `maxResults` | `6` | the maximum number of results in the response |Check Youtube V3 docs for the [options](https://developers.google.com/youtube/v3/docs/search/list) on these parameters.