redux-bluetooth/README.md

24 lines
449 B
Markdown
Raw Normal View History

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