weather-union rust implementation
let instance = from_key;
let weather_info = instance.locality_id.unwrap;
println!;
Where "api_key" is your WeatherUnion api key and "locality_id" is a locality id from here
let instance = from_key;
let weather_info = instance.locality_id.unwrap;
println!;
Where "api_key" is your WeatherUnion api key and "locality_id" is a locality id from here