Go Weather Station Interface
A first attempt at a data logger and web interface for weather station data.
The current goal is to be able to parse the serial data from the WSDL WxShield for Arduino, store the parsed data in a database, and have a web display interface (Using Highcharts).
The next goal after that is to add the ability to upload the data to Weather Underground.
go get github.com/geoffholden/gowx
See Documentation