Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 652 Bytes

videomatic

Known Vulnerabilities

video player using react for components

basics

  • video player
  • search bar: powers video list
  • video list: updates on-the-fly
  • search utilizes YouTube API

usage

git clone https://github.com/zanuka/videomatic.git
cd videomatic
npm install
npm start

webpack-dev-server will be running :: open browser to http://localhost:8080/

roadmap