Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.05 KB

ardatube

an opinionated wrapper for YouTube, curing what I see as the main pain points:

  • the stinking video isn't FULL WIDTH. c'mon youtube, why do you have such large padding?!?!
  • there are no keyboard controls for video quality or playback speed
  • comments, descriptions, and other features are often distracting
  • the related videos have no quality indication (several browser extensions exist to solve this)

license

copyright me, please don't take my work and become a millionaire, that would make me bitter.

status

v0.1 – WIP totally not dependable for anything.

Tech stack

  • express.js on NPM
  • front end probably vanilla js + tachyons.io

roadmap

v0.1: front end

  • make front-end in html/css/js control basic features
  • figure out license

v0.2: back-end

  • set up webserver
  • figure out routing

backlog

  • get video stats etc
  • thumbnail preview
  • youtube search, with results
  • youtube related videos
  • ardatube queing
  • vimeo integration
  • vidme integration

thanks

  • tachyons by mrmrs.
  • youtube API page