A Youtube client utilizing Youtube Data API V3.0 built with Vue.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
yarn install
Add the following key value with your Youtube Data API key to the .env file.
VUE_APP_YT_KEY=YOUR_KEY_HERE
yarn serve
yarn build
yarn test
yarn lint