Files
SpotifyEsp32/library.properties
2024-02-20 10:59:16 +01:00

11 lines
497 B
INI

name = Spotify_Esp32
version = 1.0.0
author = Finian Landes, Pia Piekarek
maintainer = Finian Landes <landesfinian@gmail.com>
sentence = A client to interact with the Spotify API
paragraph = This library provides a client to interact with the Spotify API. It is designed to be used with the ESP32 microcontroller.
category = Communication
url = https://github.com/FinianLandes/Spotify_Esp32
architectures = *
depends = WiFi, WiFiClientSecure, HTTPClient, ArduinoJson, UrlEncode, WebServer, base64