-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlibrary.json
41 lines (41 loc) · 823 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "OpenWeatherOneCall",
"version": "4.0.3",
"keywords": "openweather, darksky, weather, esp32, arduino",
"description": "OpenWeatherMap Library to use One Call on the ESP32. This library allows the ESP32 to receive and parse the json from OpenWeatherMap",
"dependencies":
[
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.0.0"
},
{
"owner": "fbiego",
"name": "ESP32Time",
"version": "^2.0.0"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/JHershey69/OpenWeatherOneCall.git"
},
"authors":
[
{
"name": "JHershey69",
"email": "[email protected]"
}
],
"license": "GPL-3.0-or-later",
"export":
{
"include":
[
"OpenWeatherOneCall.h"
]
},
"frameworks": "arduino",
"platforms": "espressif32"
}