keyeh / fastyoutube

Minimal YouTube API front end client for interview

Home Page:https://keyeh.github.io/fastyoutube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast YouTube

Lightweight YouTube API client

YouTube has too much bloat. This is a minimal front end that consumes their API. Displays the current video, recommended videos, and an instant search bar. Built using React.

DEMO: https://keyeh.github.io/fastyoutube/

Development setup

git clone git@github.com:keyeh/fastyoutube.git
npm i
npm start

Build

Generate the bundle.js with

npm run build

Release History

  • 0.1.0
    • Initial release
    • CHANGE: Bundle and demo on github pages
  • 0.0.1
    • Work in progress

Meta

MIT License.

https://github.com/keyeh

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Minimal YouTube API front end client for interview

https://keyeh.github.io/fastyoutube/


Languages

Language:JavaScript 99.9%Language:CSS 0.0%Language:HTML 0.0%