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

https://github.com/freinet12/youtube-browser

youtube-browser
https://github.com/freinet12/youtube-browser

frontend-development javascript vue vuejs youtube youtube-api

Last synced: about 2 months ago
JSON representation

youtube-browser

Awesome Lists containing this project

README

        

# YouTube Browser
A simple video browser using the YouTube Data API

## Project setup
```
npm install
```

### Youtube API Key
1) Go to https://console.developers.google.com/ and get an api key for the YouTube Data API (v3)
2) create a .env file in the root of the project
3) add this variable to your .env file:
```
VUE_APP_YOUTUBE_API_KEY=your-api-key-here
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```