# homework
Home automation system

## installation
```
$ npm install
$ git submodule update --init
```

## example config
```javascript
{
    "location": {
        "latitude": 37.7833,
        "longitude": -122.4167
    }
}
```
