UNPKG

2.43 kBMarkdownView Raw
1# meshblu-connector-hue-button
2
3[![Build Status](https://travis-ci.org/octoblu/meshblu-connector-hue-button.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-connector-hue-button)
4[![Test Coverage](https://codecov.io/gh/octoblu/meshblu-connector-hue-button/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/meshblu-connector-hue-button)
5[![Dependency status](http://img.shields.io/david/octoblu/meshblu-connector-hue-button.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-hue-button)
6[![devDependency Status](http://img.shields.io/david/dev/octoblu/meshblu-connector-hue-button.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-hue-button#info=devDependencies)
7[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)
8
9[![NPM](https://nodei.co/npm/meshblu-connector-hue-button.svg?style=flat)](https://npmjs.org/package/meshblu-connector-hue-button)
10[![Dependency status](http://img.shields.io/david/octoblu/meshblu-connector-hue-button.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-hue-button)
11
12
13## Installing
14
15```bash
16$ npm install meshblu-connector-hue-button
17```
18
19### Usage
20
21```bash
22$ npm start
23```
24
25or with debug
26
27```bash
28$ env DEBUG='meshblu-connector-hue-button*' npm start
29```
30
31### Releasing
32
33```bash
34$ npm run package
35```
36
37## License
38
39The MIT License (MIT)
40
41Copyright 2016 Octoblu Inc.
42
43Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
45in the Software without restriction, including without limitation the rights
46to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47copies of the Software, and to permit persons to whom the Software is
48furnished to do so, subject to the following conditions:
49
50The above copyright notice and this permission notice shall be included in
51all copies or substantial portions of the Software.
52
53THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
59THE SOFTWARE.