Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apple-location-services

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

apple-location-services

Apple Location Services

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Apple Location Services

npm npm license npm downloads build status

Install via npm

$ npm install --save apple-location-services
  • jhermsmeier / wifi-network to get a list of detected wifi networks and signal data

Usage

var LocationServices = require( 'apple-location-services' )

Example

$ node example/locate.js
Scanning for WiFi networks...
Detected 20 networks
Querying Apple Location Services...
Received 113 results
Filtered out 11 networks without location data
Filtered out 98 undetected networks
Generated trilateration matrix:

[ [ 1341663988, 5249087264, 4321101938.317972 ],
  [ 1341674818, 5249084620, 2262340095.8832603 ],
  [ 1341665645, 5249086654, 1789211062.113776 ],
  [ 1341636641, 5249097645, 5694164319.598579 ] ]

Position (lat, lon): [ 52.49086179333333, 13.416681503333333 ]

References

Keywords

FAQs

Package last updated on 13 Feb 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc