# Download and Cache YouTube Data in an Eleventy Website with Simple JavaScript

DevFeed: [Download and Cache YouTube Data in an Eleventy Website with Simple JavaScript](<https://devfeed.tech/articles/download-and-cache-youtube-data-in-an-eleventy-website-with-simple-javascript-21803.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2021/09/download-cache-youtube-data-eleventy-website-simple-javascript/>)

Author: Nic Raboy

Published: 2021-09-15T13:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [Eleventy](<https://devfeed.tech/topics/eleventy.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [API](<https://devfeed.tech/topics/api.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cache](<https://devfeed.tech/tags/cache.md>), [eleventy](<https://devfeed.tech/tags/eleventy.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to retrieve YouTube video and playlist information through APIs, cache the data, and display it in an Eleventy static-generated website.

## Source excerpt

So you want to add your YouTube videos to your static generated website, but you don't want to manually keep track of all your videos and playlists? I get it because I've been there! Take my website, ... The post Download and Cache YouTube Data in an Eleventy Website with Simple JavaScript appeared first on The Polyglot Developer.