an mqtt client that wraps/translates UCI packets for send/receive from mqtt brokers. Allow mqtt clients to to interact with UCI based system
 
Go to file
David Kebler 6366815b03 initial commit 2017-01-11 15:56:25 -08:00
lib initial commit 2017-01-11 15:56:25 -08:00
test initial commit 2017-01-11 15:56:25 -08:00
.gitignore initial commit 2017-01-11 15:56:25 -08:00
.jshglobals initial commit 2017-01-11 15:56:25 -08:00
.jshintrc initial commit 2017-01-11 15:56:25 -08:00
.npmignore initial commit 2017-01-11 15:56:25 -08:00
.travis.yml initial commit 2017-01-11 15:56:25 -08:00
index.js initial commit 2017-01-11 15:56:25 -08:00
package.json initial commit 2017-01-11 15:56:25 -08:00
readme.md initial commit 2017-01-11 15:56:25 -08:00

readme.md

uCOMmandIt Template Package Repository

Build Status Inline docs Dependencies devDependencies codecov

Clone this to get a quick start on a new uci package. It has all the testing ready to go with Travis-CI and code coverage. All the readme badges are included as well

Clone it for as a starting place for your own package!

You'll need codecov and travis-ci accounts

##Steps

  1. Clone repo
  2. Edit package.json
  3. Edit badge urls changing to your repo path
  4. Run npm install
  5. Open a github