Nedja995 / yasiv-youtube

Graph of related videos from YouTube

Home Page:https://yasiv.com/youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yasiv-youtube

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

https://yasiv.com/youtube

License:MIT License


Languages

Language:JavaScript 61.2%Language:Vue 36.3%Language:HTML 2.2%Language:Shell 0.3%