darksky 0.8.1

An unofficial Rust wrapper for the darksky.net API.
Documentation
1
2
3
4
5
6
7
8
9
# Running Tests

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

# Example

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