# Redux Bluetooth [![Build Status](https://travis-ci.org/jvallelunga/redux-bluetooth.svg?branch=master)](https://travis-ci.org/jvallelunga/redux-bluetooth) [![codecov](https://codecov.io/gh/jvallelunga/redux-bluetooth/branch/master/graph/badge.svg)](https://codecov.io/gh/jvallelunga/redux-bluetooth) ```shell $ npm install redux-bluetooth ``` ```javascript import { dummy } from 'redux-bluetooth'; console.log(dummy()); // hello world! ``` ## Development PRs are welcome. To begin developing, do this: ```shell $ yarn install # or npm install ```