Go to file
Jeronimo Vallelunga 3089452619 Remove yarn from release 2017-07-14 20:11:08 -03:00
docs MVP 2017-07-10 23:01:36 -03:00
example Remove demo.js 2017-07-14 19:49:41 -03:00
src Webapp: unit test 2017-07-14 00:02:28 -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.ci.json Travis: test:ci 2017-07-13 01:33:33 -03:00
.jest.json Travis: test:ci 2017-07-13 01:40:44 -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 Bundlesize: Npm Tasks 2017-07-14 20:06:37 -03:00
README.md Add bundlesize package to tests 2017-07-14 19:54:43 -03:00
package.json Remove yarn from release 2017-07-14 20:11:08 -03:00
yarn.lock Add yarn.lock file and update README 2017-07-13 21:48:51 -03:00

README.md

Redux Bluetooth

Build Status codecov

$ 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

TODO