| Crates.io | darksky |
| lib.rs | darksky |
| version | 0.8.1 |
| created_at | 2016-10-05 15:46:05.82422+00 |
| updated_at | 2018-03-27 03:16:46.170908+00 |
| description | An unofficial Rust wrapper for the darksky.net API. |
| homepage | https://github.com/zeyla/darksky.rs |
| repository | https://github.com/zeyla/darksky.rs.git |
| max_upload_size | |
| id | 6728 |
| size | 70,213 |
An unofficial Rust wrapper for the DarkSky API, supporting regular forecast requests, Time Machine requests, and the full set of reqest parameters and options.
Note: This package was previously named forecast_io. Due to a
change in name, this package has been renamed to darksky, and can be found
on crates.io by the same name.
Add the following dependency to your Cargo.toml:
darksky = "0.8"
And include it in your project:
extern crate darksky;
Client
(enabled by default).Client.License info can be found in the LICENSE.md file. Long story short, ISC.