Go to file
Jeronimo Vallelunga 49ca239a59 v0.1.9 2017-07-24 23:19:42 -03:00
docs MVP 2017-07-10 23:01:36 -03:00
example [ISSUE-6] Remove redux-thunk dependency 2017-07-24 23:18:12 -03:00
src [ISSUE-6] Remove redux-thunk dependency 2017-07-24 23:18:12 -03:00
.eslintrc.json Eslint: airbnb configuration 2017-07-11 00:14:52 -03:00
.gitignore [ISSUE-3] Uglify & Bundlesize 2017-07-15 01:01:49 -03:00
.jest.ci.json Travis: test:ci 2017-07-13 01:33:33 -03:00
.jest.json [ISSUE-9] Reafactor Peripheral 2017-07-15 12:58:18 -03:00
.npmignore .npmignore 2017-07-15 01:16:38 -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 Unit Test: increase 2017-07-16 16:00:45 -03:00
package.json v0.1.9 2017-07-24 23:19:42 -03:00
yarn.lock [ISSUE-3] Uglify & Bundlesize 2017-07-15 01:01:49 -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