forecaster 0.1.2

A simple weather forecaster that takes all the data from https://openweathermap.org/ and displays it in a nice way.
1
2
pub mod get_current_weather;
pub mod update_config_value;