Go to file
Jeronimo Vallelunga 48202528ec Travis: examples install & build 2017-07-12 21:20:14 -03:00
docs MVP 2017-07-10 23:01:36 -03:00
example Travis: gihub pages deploy 2017-07-12 20:44:01 -03:00
src CI: fix test 2017-07-11 01:45:34 -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 CI: jest config 2017-07-11 09:48:28 -03:00
.npmignore MVP 2017-07-10 23:01:36 -03:00
.travis.yml Travis: examples install & build 2017-07-12 21:20:14 -03:00
README.md Travis: gihub pages deploy 2017-07-12 20:44:01 -03:00
package.json Travis: examples install & build 2017-07-12 21:20:14 -03:00

README.md

Redux Bluetooth

Build Status

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

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

TODO