https://github.com/drenther/youtube-thumbnail-proxy
https://github.com/drenther/youtube-thumbnail-proxy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drenther/youtube-thumbnail-proxy
- Owner: drenther
- Created: 2021-07-14T13:59:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T13:59:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T16:30:06.892Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-thumbnail-proxy
[](https://heroku.com/deploy?template=https://github.com/drenther/youtube-thumbnail-proxy/tree/master)
A proxy server to get base64 encoded YouTube video thumbnail images
### API Reference
#### `GET /:videoId`
Pass the `videoId` for the YouTube video you want as the path on the base url of the API and you will get a base64 encoded image payload in response
Use that in the browser by prefixing `data:image/jpeg;base64,`