@codesweetly/react-youtube-playlist
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@codesweetly/react-youtube-playlist", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A React component for displaying YouTube video playlists on a web app. Create a beautiful gallery of YouTube videos that play with a lightbox", | ||
"homepage": "https://codesweetly.com", | ||
"homepage": "https://codesweetly.com/react-youtube-playlist", | ||
"main": "./src/components/YouTubePlaylist.js", | ||
@@ -7,0 +7,0 @@ "author": "Oluwatobi Sofela (https://www.codesweetly.com)", |
@@ -12,2 +12,6 @@ # React YouTube Playlist | ||
## Live Demo and Tutorial | ||
Available at: https://codesweetly.com/react-youtube-playlist | ||
## Installation | ||
@@ -41,1 +45,8 @@ | ||
``` | ||
## Required Props | ||
| Props | Description | | ||
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `apiKey` | The `apiKey` props is a string value that specifies your project's YouTube API key. ([Learn how to get an API key](https://youtu.be/N18czV5tj5o)) | | ||
| `playlistId` | The `playlistId` props is a string value that specifies the ID of the YouTube playlist you wish to display. **Note:** A playlist's ID is the list of characters after the **"list="** in the [URL](/web-address-url)—for instance, `https://www.youtube.com/playlist?list=playlistID`. | |
16558
51