playlist-embed

``` npm install -g polymer-cli git clone https://github.com/enghamzasalem/YoutubePlaylistComponent.git cd start-polymer3 npm install polymer serve ```

Usage no npm install needed!

<script type="module">
  import playlistEmbed from 'https://cdn.skypack.dev/playlist-embed';
</script>

README

Playlist Embed Youtube 3.0

npm install -g polymer-cli
git clone https://github.com/enghamzasalem/YoutubePlaylistComponent.git
cd start-polymer3
npm install
polymer serve

Install Polymer CLI Prerequisites

Install Polymer CLI

When you've installed the prerequisites, run the following command to install the Polymer CLI globally:

npm install -g polymer-cli

Clone, install and serve the start-polymer3 project locally

To clone the project, install its dependencies, and serve locally:

git clone https://github.com/PolymerLabs/start-polymer3.git
cd start-polymer3
npm install
polymer serve

To view the app, open the applications link in the latest version of Chrome or Safari. For example:

~/start-polymer3 > polymer serve
info:    Files in this directory are available under the following URLs
      applications: http://127.0.0.1:8081
      reusable components: http://127.0.0.1:8081/components/start-polymer3/

How it works

import "./playlist-embed.js";
<playlist-embed width="100%" height="700" listid="PL32HFpx_LBMvvsDUTEBQxIdrmszkfEM0H"></playlist-embed>