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
- Host: GitHub
- URL: https://github.com/freinet12/youtube-browser
- Owner: freinet12
- Created: 2020-04-03T02:24:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T23:37:59.000Z (over 4 years ago)
- Last Synced: 2025-02-14T01:45:42.139Z (3 months ago)
- Topics: frontend-development, javascript, vue, vuejs, youtube, youtube-api
- Language: Vue
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```