geo-wifi
Check if Wi-Fi network is located in a reasonable geographic location
Install
$ npm install geo-wifi
Usage
const geoWifi = ; // Returns true if RestaurantXYZ is located near the location specified;//=> true
API
geoWifi(ssid, location)
ssid
Type: string
Service Set Identifier (SSID).
location
Type: Object
Current location of user specified with latitude and longitude.
Credits
- generator-lnm - Awesome node module generator