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
dep
installed. Visit https://github.com/golang/dep - your
GOPATH
andGOROOT
environments 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.