https://github.com/ragingwind/eddystone-beacon-menubar-scanner
Eddystone beacon scanner for Mac Tray
https://github.com/ragingwind/eddystone-beacon-menubar-scanner
Last synced: 11 months ago
JSON representation
Eddystone beacon scanner for Mac Tray
- Host: GitHub
- URL: https://github.com/ragingwind/eddystone-beacon-menubar-scanner
- Owner: ragingwind
- License: mit
- Created: 2015-09-05T12:20:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T02:18:30.000Z (over 9 years ago)
- Last Synced: 2025-04-19T19:23:37.537Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# eddystone-beacon-menubar-scanner

> Eddystone beacon scanner for Mac.
*WARN, It is very hard coupled to BLE hardware resource which is controlled by [don/node-eddystone-beacon-scanner](https://github.com/sandeepmistry/node-eddystone-beacon-scanner). If you get any problem of BLE device on your platform, the issue should be reported on them of repositories*
## For Development
### Install dependencies
```
$ yarn install
```
### Run application
```
$ yarn start
```
### Build application
```
$ yarn run build
```
## Limited
- It has been tested on Mac OS X Only
- The application is only able to run on iojs v2.0
## License
MIT © [Jimmy Moon](http://ragingwind.me)