forecaster 0.1.3

A simple weather forecaster that takes all the data from https://openweathermap.org/ and displays it in a nice way.
1
2
3
4
pub mod config;
pub mod five_days_forecast;
pub mod forecast;
pub mod place;