mios
Version:
Interact with mios devices
50 lines (27 loc) • 781 B
Markdown
[](http://travis-ci.org/brock/mios)
Interact with mios devices
# Getting Started
Install the module with: `npm install mios`
```js
var mios = require('mios');
mios.awesome(); // "awesome"
```
Install with cli command
```sh
npm install -g mios
mios --help
mios --version
```
```sh
creates a browser.js
grunt browserify
```
# Documentation
_(Coming soon)_
# Examples
_(Coming soon)_
# Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com).
# License
Copyright (c) 2014 Brock Angelo
Licensed under the MIT license.