Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitavroy/myvideomanager
A Laravel and Vuejs application for managing Youtube videos
https://github.com/amitavroy/myvideomanager
javascript laravel laravel5 video vuejs vuejs2 youtube-api
Last synced: about 7 hours ago
JSON representation
A Laravel and Vuejs application for managing Youtube videos
- Host: GitHub
- URL: https://github.com/amitavroy/myvideomanager
- Owner: amitavroy
- Created: 2018-02-20T01:11:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T03:39:54.000Z (over 1 year ago)
- Last Synced: 2024-05-21T05:51:49.531Z (8 months ago)
- Topics: javascript, laravel, laravel5, video, vuejs, vuejs2, youtube-api
- Language: PHP
- Size: 2.62 MB
- Stars: 15
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MyVideoManager
![My Video Manager](https://d15dxe0kapai5v.cloudfront.net/misc/MyVideoManager.jpg)
This application is a Vue.js and Laravel based application which allows users to search for Youtube videos using the Youtube Search API.
The primary intention of this code base is to support the video tutorial series that I have created for my [Youtube channel](http://bit.ly/2EtBHne).
Right now, I have used the Youtube API to display the data and also user Javascript library Isotope to create the grid structure.
Will be adding more features to this application. Stay tuned for more updates.
## Features
**Dashboard** - Your dashboard will give you a listing of videos based on your last search result which is stored in your local storage, or it will fall back to a hard coded search result.**View video** - You can click and go inside a video detail page to see the description, play the video and do a few more things.
**Comments** - You can add a comment for individual videos.
**Playlists** - You have an option to create your own playlists and add videos to individual playlists.