wifi_location

0.0.3 • Public • Published

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/

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i wifi_location

    Weekly Downloads

    19

    Version

    0.0.3

    License

    Apache License Version 2.0

    Last publish

    Collaborators

    • swdyh