2017-07-11 10:01:36 +08:00
|
|
|
# Redux Bluetooth
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ npm install redux-bluetooth
|
|
|
|
```
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
import { dummy } from 'redux-bluetooth';
|
|
|
|
|
|
|
|
console.log(dummy());
|
|
|
|
// hello world!
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
# TODO
|
|
|
|
|
|
|
|
- redux-observable
|
|
|
|
- Coverage: Coverall | https://codecov.io/
|
|
|
|
- bundlesize
|
|
|
|
- Badges: ci, coverage, npm
|
|
|
|
- https://greenkeeper.io/
|