openweather-rs
This crate will retrieve the current weather from openweathermap.org and return the data as the OpenWeather type.
Usage
extern crate openweather_rs;
use get_weather;
async
This crate will retrieve the current weather from openweathermap.org and return the data as the OpenWeather type.
extern crate openweather_rs;
use get_weather;
async