Skip to content

Commit 9e59df4

Browse files
committed
PlatformIO manifest creation
1 parent 568fbe9 commit 9e59df4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "WifiLocation",
3+
"frameworks": "arduino",
4+
"version": "1.2",
5+
"keywords": "GPS, location, wifi, google",
6+
"platforms": ["atmelsam", "espressif32", "espressif8266"]
7+
"description": "Library to get geographic position (lat, lon, accuracy) listening surrounding WiFi networks (Works with ESP8266 and WiFi101 boards, including MKR1000). This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.",
8+
"url": "https://github.com/gmag11/WifiLocation",
9+
"authors":
10+
{
11+
"name": "Germán Martín",
12+
"email": "[email protected]"
13+
},
14+
"repository":
15+
{
16+
"type": "git",
17+
"url": "https://github.com/gmag11/WifiLocation.git"
18+
},
19+
"examples": "examples/*/*.ino"
20+
}
21+

0 commit comments

Comments
 (0)