-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathlibrary.json
25 lines (24 loc) · 1.16 KB
/
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
{
"name": "WifiLocation",
"frameworks": "arduino",
"version": "1.3.0",
"keywords": "GPS, location, wifi, google, geocoding",
"platforms": ["espressif32", "espressif8266"],
"description": "Library to get geographic position (lat, lon, accuracy) listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards). 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. After version 1.3.0 it includes getting address from location using Bing Maps API. Check https://www.bingmapsportal.com to get an API key.",
"url": "https://github.com/gmag11/WifiLocation",
"authors":
{
"name": "Germán Martín",
"email": "[email protected]"
},
"repository":
{
"type": "git",
"url": "https://github.com/gmag11/WifiLocation.git"
},
"examples": "examples/*/*.ino",
"dependecies": {
"gmag11/QuickDebug": "*",
"bblanchon/ArduinoJson": "*"
}
}