forecaster 0.1.1

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