https://github.com/mozzius/youflix
youtube in the style of netflix
https://github.com/mozzius/youflix
Last synced: about 1 month ago
JSON representation
youtube in the style of netflix
- Host: GitHub
- URL: https://github.com/mozzius/youflix
- Owner: mozzius
- Created: 2021-07-05T00:44:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T21:55:29.000Z (almost 5 years ago)
- Last Synced: 2026-02-17T22:47:24.564Z (4 months ago)
- Language: TypeScript
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youflix
YouTube in the style of Netflix
## Getting Started
First, generate some Google Oauth2 keys, and then enable the YouTube Data API.
Create a `.env` file and add the following:
```env
YT_CLIENT_ID=
YT_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
```
Then install the dependencies and run the development server:
```bash
yarn
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) and log in with your google account.