brtsky 0.1.1

A rusty parser for the Bright Sky weather API found at https://brightsky.dev
Documentation
{
    "weather": [
        {
            "timestamp": "2020-10-21T00:00:00+00:00",
            "source_id": 2252,
            "precipitation": 0.0,
            "pressure_msl": 1010.7,
            "sunshine": 0.0,
            "temperature": 8.0,
            "wind_direction": 167,
            "wind_speed": 5.5,
            "cloud_cover": 99,
            "dew_point": 6.8,
            "relative_humidity": null,
            "visibility": 11500,
            "wind_gust_direction": null,
            "wind_gust_speed": 13.0,
            "condition": "dry",
            "icon": "cloudy"
        }
    ],
    "sources": [
        {
            "id": 2252,
            "dwd_station_id": "00282",
            "observation_type": "forecast",
            "lat": 49.88,
            "lon": 10.92,
            "height": 243.0,
            "station_name": "BAMBERG",
            "wmo_station_id": "10675",
            "first_record": "2020-10-16T12:00:00+00:00",
            "last_record": "2020-10-26T13:00:00+00:00",
            "distance": 7438.0
        }
    ]
}