Skip to content

wesszabo/yasiv-youtube

 
 

Repository files navigation

This is a very simple project, that renders graph of related YouTube videos:

yasiv-youtube

video

How?

It's built on top of:

The graph is rendered with SVG, but I'm using vue.js to provide higher level API for elements construction. I had to fall back to native javascript positions manipulation, because reactive properties of vue produced choppy rendering. See code here: GraphView.

The data is fetched with plain ajax request from YouTube API

Please feel free to contribute and let me know what you think!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Thanks!

I hope you like it. Thank you for dedicating your time to read this thing :).

License

MIT

About

Graph of related videos from YouTube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • Vue 36.3%
  • HTML 2.2%
  • Shell 0.3%