//!
//! ## Get An API Key
//!
//! To obtain an API key, go to [https://openweathermap.org/home/sign_in](https://openweathermap.org/home/sign_in) to
//! sign in or create an account. Once logged in, select your user name from the top-right menu bar and then
//! **My API Keys**. Use the **Create key** form to create a new key.
//!
//! ## Example #1
//!
//! ```rust
//! ```
//!
//! ## Example #2
//!
//! ```rust
//! ```
pub use Client;
pub use ClientOptions;
pub use Query;