-
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 fullURL
too. -
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.js
file at the root of projectinside
config.js
file addAPI_KEY: your API Key
:
// For example
var config = {
API_KEY : "your API Key",
}