joek85 / Trooveo

Search, listen to YouTube videos (Audio Only), No YouTube Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trooveo is a project which can let you search, listen to youtube videos. No YouTube Api.

Player

Channel

Playlist

History

Search

This is the front-end of the project, based on Vuejs, Vuetify. It is connected to a back-end server and fetches data accordingly, there is lots of features that are implemented but not enabled, like history, channels, sets etc... Download is implemented but disabled, you can hover on the top left image in the player page to see the download button. It looks similar to Youtube web page but for audio.

Features

* Search
* fetch channel videos and playlists
* list history of played videos (require sql database for the backend server)
* keyboard events (left arrow will do forward for 5s, right arrow the same)
* fetch video infos and related videos
* autoplay next track

and many yet to come. Let's improve it by contribution. Enjoy.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

Search, listen to YouTube videos (Audio Only), No YouTube Api

License:MIT License


Languages

Language:Vue 74.8%Language:JavaScript 24.5%Language:HTML 0.6%Language:CSS 0.1%