master |
develop |
|---|---|
In Progress: This repository is a work in progress. Should be completed in a week from now. ;)
A simple CLI to query the current status of weather sensors around the house based on the Jupiter gateway service.
Make sure you that
- you have
depinstalled. Visit https://github.com/golang/dep - your
GOPATHandGOROOTenvironments are set properly.
There is a Makefile provided that offers a number of targets for preparing, building and running the CLI. To build the binary, run:
make clean go-dep go-build
The code is published under an MIT license.
Please report issues or feature requests using Github issues. Code contributions can be done using pull requests.