[wip] ytpwa is an experimental client for youtube
ytpwa has two main features
- It lets you listen music while you phone is locked (android chrome only)
- It lets you cache playlists and listen them while offline
- nuxt
- vuetify
- ytdl
- service workers
- indexeddb
- background fetch (experimental sw feature. chrome only)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start