1.0.1 • Published 4 years ago

electron-get-location v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

electron-get-location

Get user's accurate location in Electron for macOS

Install

$ npm install electron-get-location

Requires macOS 10.11 or later.

Usage

const getLocation = require('electron-get-location')

;(async () => {
	console.log(await getLocation())
	//=> 2.3455,34,33122
})()

Inspired

Inspired by the one and only Sindre Sorhus. Support him on his Patreon: https://www.patreon.com/sindresorhus

Support Me

https://patreon.com/morajabi

License

MIT © Sindre Sorhus

1.0.1

4 years ago

1.0.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago