Skip to content

ankitmeena007/yt_zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube ZEN (uses youtube API)

Features

  • Has a custom slider to speficy the number of videos to show.

  • Supports query search for both Video and Playlist.

  • Accepts individual video ID, playlist ID and full URL too.

  • Dark theme support based on user os preference

Live Demo: Here

image

image

To build your own app:

  1. Get your youtube api v3 key See this tutorial for more info.

  2. Fork or Clone this repo.

  3. Create config.js file

    create config.js file at the root of project

    inside config.js file add API_KEY: your API Key:

// For example

var config = {
 
    API_KEY : "your API Key",
    
   }