Skip to content

MarkTiedemann/win10-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️ by @MarkTiedemann.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages