darksky

Crates.iodarksky
lib.rsdarksky
version0.8.1
sourcesrc
created_at2016-10-05 15:46:05.82422
updated_at2018-03-27 03:16:46.170908
descriptionAn unofficial Rust wrapper for the darksky.net API.
homepagehttps://github.com/zeyla/darksky.rs
repositoryhttps://github.com/zeyla/darksky.rs.git
max_upload_size
id6728
size70,213
core (github:valley-cafe:core)

documentation

https://docs.rs/darksky

README

travis-badge license-badge docs-badge

darksky.rs

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.

Installation

Add the following dependency to your Cargo.toml:

darksky = "0.8"

And include it in your project:

extern crate darksky;

Features

  • hyper: Enables an implementation of the requester on hyper's Client (enabled by default).
  • reqwest: Enables an implementation of the requester on reqwest's Client.

License

License info can be found in the LICENSE.md file. Long story short, ISC.

Commit count: 0

cargo fmt