weather-union 0.1.0

A package for https://www.weatherunion.com/
Documentation

weather-union rust implementation

let instance = WeatherUnion::from_key("api_key".to_string());
let weather_info = instance.locality_id("locality_id".to_string()).unwrap();
println!("{}", weather_info.temperature);

Where "api_key" is your WeatherUnion api key and "locality_id" is a locality id from here