-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlibrary.json
More file actions
19 lines (19 loc) · 700 Bytes
/
library.json
File metadata and controls
19 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "ESP-Google-Sheet-Client",
"version": "1.4.13",
"keywords": "communication, REST, esp32, esp8266, raspberrypi, arduino",
"description": "Arduino Google Sheet REST client library for Arduino devices. This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets",
"repository": {
"type": "git",
"url": "https://github.com/mobizt/ESP-Google-Sheet-Client.git"
},
"authors": [{
"name": "Mobizt",
"email": "suwatchai@outlook.com"
}],
"dependencies": [
"ESP_SSLClient"
],
"frameworks": "arduino",
"platforms": "espressif32, espressif8266, atmelsam, ststm32, teensy, rp2040, renesas-ra"
}