Dan Wiechert
Dan Wiechert
Unfortunately, I do not have a Mac and cannot verify this works at the current moment. If you would like to reject this request until I've verified it works properly...
We should add a simple Alert that prints the sensor information to Sys.Out.
Would be nice to have an [Alert](https://github.com/DWiechert/pi-temperature/blob/master/src/main/java/com/github/dwiechert/alert/Alert.java) that sends out an email.
It would be nice to have an [Alert](https://github.com/DWiechert/pi-temperature/blob/master/src/main/java/com/github/dwiechert/alert/Alert.java) that records the data in Excel so we can track the temperatures over time.
When #9 was implemented, it took away pretty-printing of the Alert information. Add pretty-printing of the JSON.
Investigate on how to calibrate the sensor / if there needs to be calibration.
I have a Java, Scala, Clojure project and am using this plugin in that [project](https://github.com/DWiechert/functional-programming-patterns/blob/master/pom.xml#L120). When running `mvn test`, if a Java or Scala test should fail, the Clojure tests...
Recently I've had a few requests for code style changes on PRs and it would be nice to have some sort of code style guide for the project to reference....