Scan for Physical Web (Eddystone) bluetooth beacons from your computer. Mac OSX desktop app of the physical-web-scan project made with Electron.
Download pre-built binary (64-bit) or follow the instructions below to run with Electron or build your own binary.
- Node.js
- Xcode and its
Command Line Tools. You can find this under the menuXcode -> Preferences -> Downloads
After cloning or downloading this repo, install the dependencies listed in package.json:
npm installRebuild native modules for Electron use:
node ./node_modules/.bin/electron-rebuildRun as Electron app:
npm run electronPackage as standalone Mac OSX app:
npm run packageNote: Edit the electron-packager options to your liking in the scripts section of package.json
