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
- Host: GitHub
- URL: https://github.com/ragingwind/eddystone-beacon-electron-emulator
- Owner: ragingwind
- License: mit
- Created: 2015-08-12T00:05:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T11:45:32.000Z (almost 10 years ago)
- Last Synced: 2025-08-21T01:22:31.322Z (11 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# eddystone-beacon-electron-emulator

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