0.1.0 • Published 8 years ago

win10-location v0.1.0

Weekly downloads
4
License
WTFPL
Repository
github
Last release
8 years ago

win10-location

Windows 10 Geolocation API simplified, promisified, and prebuilt with NodeRT.

Installation

npm install win10-location

Quickstart

const location = require('win10-location')

location()
    .then(console.log)
    // => { longitude: 10.921161, latitude: 35.605253 }

Development

  • Prerequesites
  • Building: Open Powershell as an administrator and run: .\build.ps1

License

WTFPL – Do What the F*ck You Want to Public License.

Made with :heart: by @MarkTiedemann.