wifilocation 0.2.3

Get your GPS location using WiFi hotspots
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wifilocation"
version = "0.2.3"
authors = ["Mark Sta Ana <booyaabooyaabooyaa@gmail.com>"]
description = "Get your GPS location using WiFi hotspots"
repository = "https://github.com/booyaa/wifilocation"
documentation = "https://booyaa.github.io/wifilocation/wifilocation/index.html"
readme = "README.md"
keywords = ["wifi","geolocation","network","gps"]
license = "Apache-2.0"

[dependencies]
wifiscanner = "0.3.*"
curl = "0.3.1"
serde = "0.8"
serde_derive = "0.8"
serde_json = "0.8"  # just for the example, not required in general