darksky 0.8.1

An unofficial Rust wrapper for the darksky.net API.
Documentation
# Running Tests

To run tests, you need to set a `FORECAST_TOKEN` environment variable.

# Example

```sh
$ FORECAST_TOKEN=a9281bc81544cab0 cargo test
```