1.0.1 • Published 5 years ago

electron-get-location v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago