Smart YouTube playlist manager app with vue
y2pilot.com
Smart YouTube playlist manager app.
I decided to share this as open source even though it's far from a solid and clean codebase. It was developed over a long stretch of time, in my spare time and as a first experimental project in Vue.
Other than that, it works! It's functional. You can create and save Youtube playlists and have fun with it.
In case you decide to tamper with it, fork it, extend it or submit a PR don't hesitate to reach out and ask questions. I'll be happy to answer and help if need be, currently I don't have time to rethink and refactor the codebase.
Local setup
This app can work without API but in that case information about youtube videos are not available(only youtube video IDs are show) and playlist creation won't work. To have a complete functionality, run with y2pilot-worker
cp .env.local-example .env.local
# update worker host to match your deployed instance
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint