Redux middleware to dispatch actions via bluetooth to a peripheral store
# Redux Bluetooth
$ npm install redux-bluetooth
import { dummy } from 'redux-bluetooth';
console.log(dummy());
// hello world!
Development
PRs are welcome. To begin developing, do this:
$ yarn install # or npm install