blob: 4775fb3633b0dfbf6510bfed40aad5fd64939b65 (
plain)
1
2
3
4
5
6
7
|
# MINTUBE
A Minimal YouTube client utilizing embeds and the official YouTube API.
# API KEY
The API key is required for video details and comments.
Generate an API key and either `export` it into your environment using
`API_KEY=...` or, better yet, save it into a `.env` file.
|