gaspaonrocks / hackouphene

A full JS youtube player and playlist manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mean-sample

Sample MEAN stack basic server

With:

  • AngularJS 1.6 SPA
    • angular-ui-router 1.0.3 (component routing)
    • angular-material
    • angular-messages
    • angular-css
  • Node + Express
  • Passport authentication (local and Facebook)
  • JWT tokens
  • Webpack 2

Can be deployed on Heroku. Add a .env file on the project root directory with:

  NPM_CONFIG_PRODUCTION=false
  FACEBOOK_ClientId=<your FB app clientId>
  FACEBOOK_ClientSecret=<your FB app clientSecret>

A full JS youtube player and playlists manager

What is to come :

  • Saving playlists
  • Add more controls to video player
  • fix video in player
  • fix minor bug in list play order
  • fix visual on bottom page
  • add other player (spotify, deezer, soundcloud, etc...)

About

A full JS youtube player and playlist manager


Languages

Language:JavaScript 81.1%Language:HTML 18.0%Language:CSS 0.8%