weathr 1.1.0

A terminal-based ASCII weather application with animated scenes driven by real-time weather data
Documentation
1
2
3
4
5
6
pub mod animation;
pub mod config;
pub mod geolocation;
pub mod render;
pub mod scene;
pub mod weather;