cronning9 / Tube-Driver

A single-page dashboard for navigating and managing Youtube playlists, and playing videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tube Driver

A single-page dashboard for navigating and managing Youtube playlists, and playing videos.

As the above hints at, this is intended to be a single-page application, built with React and designed to work with lots of data. Most or all of the data will be pulled from Google's Youtube Data API.

Operation

  • npm start will get your basic dev build running. It's based on webpack-dev-server, so you don't need to explicitly compile.
  • npm run build runs a production build. This may not be what I want -- need to figure this out later.
  • npm run watch-css runs a Sass file-watcher that compiles Sass into CSS.
  • npm run test runs a testing framework. This is just a React tester -- I'd love to get a set of real unit tests for the Youtube API stuff.

Useful Resources

About

A single-page dashboard for navigating and managing Youtube playlists, and playing videos.


Languages

Language:JavaScript 94.6%Language:CSS 4.8%Language:HTML 0.6%