An open API service indexing awesome lists of open source software.

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

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.