🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

wifi_location

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wifi_location

Find a current location by surrounding WiFi and Google Map API. A port of wifi_location(https://github.com/shokai/wifi_location) to Node.js.

0.0.3
latest
Source
npm
Version published
Weekly downloads
10
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Node Wifi Location

Find a current location by surrounding WiFi and Google Map API. A port of wifi_location(https://github.com/shokai/wifi_location) to Node.js.

Install

npm install wifi_location

Sample code

var wifiLocation = require('wifi_location')

wifiLocation.wifiTowers(function(err, val) {
    console.log(err, val)
})

wifiLocation.location(function(err, val) {
    console.log(err, val)
})

License

Apache License Version 2.0

See more

https://github.com/shokai/wifi_location http://shokai.org/blog/archives/6399 http://blog.64p.org/entry/2012/07/21/082209 http://unknownplace.org/memo/2012/07/21/1/

Keywords

wifi

FAQs

Package last updated on 11 Aug 2012

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