Skip to content

Commit dbb3e54

Browse files
committed
Added library.json
1 parent 5d3b941 commit dbb3e54

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

library.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "ESP8266 Weather Station",
3+
"keywords": "json, streaming",
4+
"description": "A very memory efficient library to parse (large) JSON objects on embedded devices",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/squix78/esp8266-weather-station.git"
8+
},
9+
"authors": {
10+
"name": "Daniel Eichhorn",
11+
"url": "http://blog.squix.ch"
12+
},
13+
"frameworks": "arduino",
14+
"platforms": "espressif",
15+
"version": "1.0.4"
16+
}

0 commit comments

Comments
 (0)