edge-location
v1.0.0
Published
Approximates the current location of the Edge browser across platforms.
Downloads
1,325
Maintainers
Readme
edge-location
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
- chrome-location
- chrome-location2 (like Chromium location with fallback support to Chromium)
- firefox-location
- vivaldi-location
- opera-location
License
MIT (c) Cezar Augusto.