redux-bluetooth/README.md

24 lines
449 B
Markdown

# Redux Bluetooth
[![Build Status](https://travis-ci.org/jvallelunga/redux-bluetooth.svg?branch=master)](https://travis-ci.org/jvallelunga/redux-bluetooth)
```shell
$ npm install redux-bluetooth
```
```javascript
import { dummy } from 'redux-bluetooth';
console.log(dummy());
// hello world!
```
# TODO
- bundlesize
- Prepack
- redux-observable
- Coverage: Coverall | https://codecov.io/
- Badges: ci, coverage, npm
- https://greenkeeper.io/