-
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 IDand fullURLtoo. -
Dark theme support based on user os preference
Live Demo: Here
-
Get your youtube api v3 key See this tutorial for more info.
-
Fork or Clone this repo.
-
Create config.js file
create
config.jsfile at the root of projectinside
config.jsfile addAPI_KEY: your API Key:
// For example
var config = {
API_KEY : "your API Key",
}

