-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jhagas Winaya
committed
Apr 10, 2023
1 parent
5947e71
commit a48b5af
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ name=Supabase ESP32 Library | |
version=0.0.1 | ||
author=Jhagas Hana Winaya <[email protected]> | ||
maintainer=Jhagas Hana Winaya <[email protected]> | ||
sentence=A Arduino Platform Library for connecting ESP32 to Supabase, including user authentication. | ||
paragraph=A Arduino Platform Library for connecting ESP32 to Supabase, including user authentication. | ||
category=database | ||
url=https://github.com/jhagas/Supabase-ESP32.git | ||
sentence=A Arduino Platform Library for interfacing ESP32 to Supabase, including user authentication. | ||
paragraph=This allows developers to interface their ESP32 microcontroller with Supabase, an open-source alternative to Firebase. The library simplifies the process of connecting to Supabase by providing a set of functions that abstract away the complexity of the underlying API. | ||
category=Other | ||
url=https://github.com/jhagas/Supabase-ESP32.git | ||
architectures=espressif32 | ||
depends=ArduinoJson (>=6.21.1) |