An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# eddystone-beacon-menubar-scanner

![](https://cloud.githubusercontent.com/assets/124117/9699181/12337bd6-5414-11e5-9bf8-5444b2b92244.png)

> 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)