Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 711 Bytes

gowx

Go Weather Station Interface

Build Status

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.

Installation

go get github.com/geoffholden/gowx

Usage

See Documentation