wcloud - weewx extension that sends data to WeatherCloud
Copyright 2014 Matthew Wall

Installation instructions:

1) run the extension installer:

/home/weewx/setup.py --extension --install ~/Downloads/weewx-wcloud-x.y.z.tgz

2) modify weewx.conf:

[StdRESTful]
    [[WeatherCloud]]
        id = WEATHERCLOUD_ID
        key = WEATHERCLOUD_KEY

3) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start

For configuration options and details, see the comments in wcloud.py
