🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

geo-wifi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geo-wifi

Check if Wi-Fi network is located in a reasonable geographic location

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

geo-wifi Build Status

Check if Wi-Fi network is located in a reasonable geographic location

Install

$ npm install geo-wifi

Usage

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

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

License

MIT Š Rodrigo Bermudez Schettino

Keywords

wifi

FAQs

Package last updated on 23 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts