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

https://github.com/ragingwind/eddystone-beacon-electron-emulator

Electron Apps for Eddystone
https://github.com/ragingwind/eddystone-beacon-electron-emulator

Last synced: 10 months ago
JSON representation

Electron Apps for Eddystone

Awesome Lists containing this project

README

          

# eddystone-beacon-electron-emulator

![](https://cloud.githubusercontent.com/assets/124117/9676401/1cb7b630-5306-11e5-8114-442b35474a06.png)

> Eddystone beacon emulator for Electron.

*WARN, It is very hard coupled to BLE hardware resource which is controlled by [don/node-eddystone-beacon](https://goo.gl/jdhqdm) with [sandeepmistry/bleno](https://goo.gl/J3qFMg). If you get any problem of BLE deviced on your platform, the issue should be reported on them of repositories*

## For Development

### Install dependencies

```
$ npm install
```

### Run application

```
$ npm start
```

### Build application

```
$ npm run build
```

## Limited

- It has been tested on Mac OSX Only
- The application can only runs with iojs v2.0

## License

MIT © [Jimmy Moon](http://ragingwind.me)