Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 542 Bytes

File metadata and controls

18 lines (10 loc) · 542 Bytes

espYoutubeWrapper

An Arduino compatible wrapper for the Youtube Data API. It greatly increases the capabilities of arduino-youtube-api by witnessmenow.

Features

The wrapper is designed to mimic the API as closely as possible and giving the user direct access to the returned values. It is currently able to fetch the Channels, Videos, Playlists and PlaylistItems endpoints.

Installation

You can currently install the library by importing a .zip release in the Arduino IDE.

Usage

You can find common usages in the examples.