Skip to content

An Arduino compatible advanced wrapper for the Youtube Data API.

License

Notifications You must be signed in to change notification settings

Colum31/espYoutubeWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.