Go to file
Jeronimo Vallelunga 4e38271b3a Travis: coverage 3 2017-07-13 01:07:31 -03:00
docs MVP 2017-07-10 23:01:36 -03:00
example Travis: cache 2017-07-12 22:59:37 -03:00
src Travis: https://codecov.io/bash 2017-07-13 00:37:45 -03:00
.eslintrc.json Eslint: airbnb configuration 2017-07-11 00:14:52 -03:00
.gitignore MVP 2017-07-10 23:01:36 -03:00
.jest.json Travis: coverage 3 2017-07-13 01:07:31 -03:00
.npmignore MVP 2017-07-10 23:01:36 -03:00
.nvmrc Travis: .nvmrc 6 2017-07-12 22:50:23 -03:00
.travis.yml Travis: coverage 3 2017-07-13 01:07:31 -03:00
README.md Travis: https://codecov.io/bash 2017-07-13 00:37:45 -03:00
package.json Travis: coverage 3 2017-07-13 01:07:31 -03:00

README.md

Redux Bluetooth

Build Status codecov

$ npm install redux-bluetooth
import { dummy } from 'redux-bluetooth';

console.log(dummy());
// hello world!

TODO