1.0.0 • Published 2 years ago

edge-location v1.0.0

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

edge-location workflow npm

Approximates the current location of the Edge browser across platforms.

Usage

Via Node.js:

// Returns the path to edge as a string.
const braveLocation = require('edge-location')

console.log(braveLocation())
// /Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge

Via CLI:

> npx edge-location
# /Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge

Related projects

License

MIT (c) Cezar Augusto.