2017-07-26 11:31:51 +08:00
|
|
|
<div align="center" markdown="1">
|
|
|
|
|
|
|
|
<img src="docs/logo.jpg" alt="React Styleguidist" width="200">
|
|
|
|
|
|
|
|
**Redux middleware to dispatch actions via bluetooth to a peripheral store**
|
2017-07-11 10:01:36 +08:00
|
|
|
|
2017-07-11 20:55:25 +08:00
|
|
|
[![Build Status](https://travis-ci.org/jvallelunga/redux-bluetooth.svg?branch=master)](https://travis-ci.org/jvallelunga/redux-bluetooth)
|
2017-07-13 10:49:47 +08:00
|
|
|
[![codecov](https://codecov.io/gh/jvallelunga/redux-bluetooth/branch/master/graph/badge.svg)](https://codecov.io/gh/jvallelunga/redux-bluetooth)
|
2017-07-11 20:55:25 +08:00
|
|
|
|
2017-07-26 11:31:51 +08:00
|
|
|
</div>
|
|
|
|
# Redux Bluetooth
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-07-11 10:01:36 +08:00
|
|
|
```shell
|
|
|
|
$ npm install redux-bluetooth
|
|
|
|
```
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
import { dummy } from 'redux-bluetooth';
|
|
|
|
|
|
|
|
console.log(dummy());
|
|
|
|
// hello world!
|
|
|
|
```
|
|
|
|
|
2017-07-14 08:48:51 +08:00
|
|
|
## Development
|
|
|
|
PRs are welcome. To begin developing, do this:
|
|
|
|
```shell
|
|
|
|
$ yarn install # or npm install
|
|
|
|
```
|