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